Html Css Color HEX #337576 Atoll

📋 copy color: '#337576'

red 51 ◦ green 117 ◦ blue 118

#337576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #337576

Tints of Atoll #337576

RGB

 RED value IS 51 (20.31% from 255) = 17.83%

 GREEN value IS 117 (46.09% from 255) = 40.91%

 BLUE value IS 118 (46.48% from 255) = 41.26%

R = 17.83%
G = 40.91%
B = 41.26%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#337576 (or 0x337576) is known color: Atoll. HEX triplet: 33, 75 and 76. RGB value is (51,117,118). Sum of RGB (Red+Green+Blue) = 51+117+118=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #337576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337576 is #CC8A89. Grayscale: #616161. Windows color (decimal): -13404810 or 7763251. OLE color: 7763251.

HSL color Cylindrical-coordinate representation of color #337576: hue angle of 180.9º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337576 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 118 -
CMYK 0.57 0.01 0 0.54
HSL 180.9º 0.4% 0.33% -
HSV(B) 180.9º 0.57% 0.46% -
XYZ 11 14.73 19.4 -
YUV 97.38 139.63 94.92 -
System Red Green Blue C M Y K H S L
Decimal 51 117 118 0.57 0.01 0 0.54 180.9 0.4 0.33
Hex 33 75 76 39 1 0 36 B5 28 21
Octal 63 165 166 71 1 0 66 265 50 41
Binary 110011 1110101 1110110 111001 1 0 110110 10110101 101000 100001

Color Harmonies of #337576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337576

Black with #337576

Text Example


Text Example

White with #337576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337576; }

 p { color: rgb(51,117,118); }

 H1.HeaderClassName
 {
   color: #337576;
 }
 .AnyTagClassName
 {
   color: #337576;
 }
</style>

background-color css

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

 a { background-color: rgb(51,117,118); }

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

border-color css

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

 span { border-color: rgb(51,117,118); }

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