#378383

Color #378383 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #378383

Tints of Atoll #378383

Color information

#378383 (or 0x378383) is unknown color: approx Atoll. HEX triplet: 37, 83 and 83. RGB value is (55,131,131). Sum of RGB (Red+Green+Blue) = 55+131+131=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #378383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378383 is #C87C7C. Grayscale: #6C6C6C. Windows color (decimal): -13139069 or 8618807. OLE color: 8618807.

HSL color Cylindrical-coordinate representation of color #378383: hue angle of 180º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378383 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55131131-
CMYK0.58000.49
HSL180º40.86%36.47%-
HSV(B)180º58.02%51.37%-
XYZ13.7918.6824.35-
YUV108.28140.8290-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=17.35%
G=41.32%
B=41.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551311310.58000.4918040.8636.47
Hex3783833A0031b42924
Octal672032037200612645144
Binary11011110000011100000111110100011000110110100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378383; }

 p { color: rgb(55,131,131); }

 H1.HeaderClassName
 {
   color: #378383;
 }
 .AnyTagClassName
 {
   color: #378383;
 }
</style>
background-color css

<style>
 a { background-color: #378383; }

 a { background-color: rgb(55,131,131); }

 div.DivClassName
 {
   background-color: #378383;
 }
 .BgClassName
 {
   background-color: #378383;
 }
</style>
border-color css

<style>
 span { border-color: #378383; }

 span { border-color: rgb(55,131,131); }

 td.TdClassName
 {
   border-color: #378383;
 }
 .TagClassName
 {
   border-color: #378383;
 }
</style>