Html Css Color HEX #337575 Atoll

📋 copy color: '#337575'

red 51 ◦ green 117 ◦ blue 117

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

Shades of Atoll #337575

Tints of Atoll #337575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 17.89%
G = 41.05%
B = 41.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#337575 (or 0x337575) is known color: Atoll. HEX triplet: 33, 75 and 75. RGB value is (51,117,117). Sum of RGB (Red+Green+Blue) = 51+117+117=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #337575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337575 is #CC8A8A. Grayscale: #616161. Windows color (decimal): -13404811 or 7697715. OLE color: 7697715.

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

Color convert

RGB 51 117 117 -
CMYK 0.56 0 0 0.54
HSL 180º 0.39% 0.33% -
HSV(B) 180º 0.56% 0.46% -
XYZ 10.94 14.71 19.09 -
YUV 97.27 139.13 95 -
System Red Green Blue C M Y K H S L
Decimal 51 117 117 0.56 0 0 0.54 180 0.39 0.33
Hex 33 75 75 38 0 0 36 B4 27 21
Octal 63 165 165 70 0 0 66 264 47 41
Binary 110011 1110101 1110101 111000 0 0 110110 10110100 100111 100001

Color Harmonies of #337575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337575

Black with #337575

Text Example


Text Example

White with #337575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337575; }

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

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

background-color css

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

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

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

border-color css

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

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

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