Html Css Color HEX #327575 Atoll

📋 copy color: '#327575'

red 50 ◦ green 117 ◦ blue 117

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

Shades of Atoll #327575

Tints of Atoll #327575

RGB

 RED value IS 50 (19.92% from 255) = 17.61%

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

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

R = 17.61%
G = 41.2%
B = 41.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#327575 (or 0x327575) is known color: Atoll. HEX triplet: 32, 75 and 75. RGB value is (50,117,117). Sum of RGB (Red+Green+Blue) = 50+117+117=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #327575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327575 is #CD8A8A. Grayscale: #606060. Windows color (decimal): -13470347 or 7697714. OLE color: 7697714.

HSL color Cylindrical-coordinate representation of color #327575: hue angle of 180º 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 #327575 is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 117 -
CMYK 0.57 0 0 0.54
HSL 180º 0.4% 0.33% -
HSV(B) 180º 0.57% 0.46% -
XYZ 10.89 14.69 19.09 -
YUV 96.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 50 117 117 0.57 0 0 0.54 180 0.4 0.33
Hex 32 75 75 39 0 0 36 B4 28 21
Octal 62 165 165 71 0 0 66 264 50 41
Binary 110010 1110101 1110101 111001 0 0 110110 10110100 101000 100001

Color Harmonies of #327575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327575

Black with #327575

Text Example


Text Example

White with #327575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327575; }

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

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

background-color css

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

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

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

border-color css

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

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

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