Html Css Color HEX #327574 Atoll

📋 copy color: '#327574'

red 50 ◦ green 117 ◦ blue 116

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

Shades of Atoll #327574

Tints of Atoll #327574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 17.67%
G = 41.34%
B = 40.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#327574 (or 0x327574) is known color: Atoll. HEX triplet: 32, 75 and 74. RGB value is (50,117,116). Sum of RGB (Red+Green+Blue) = 50+117+116=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #327574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327574 is #CD8A8B. Grayscale: #606060. Windows color (decimal): -13470348 or 7632178. OLE color: 7632178.

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

Color convert

RGB 50 117 116 -
CMYK 0.57 0 0.01 0.54
HSL 179.1º 0.4% 0.33% -
HSV(B) 179.1º 0.57% 0.46% -
XYZ 10.83 14.66 18.78 -
YUV 96.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 50 117 116 0.57 0 0.01 0.54 179.1 0.4 0.33
Hex 32 75 74 39 0 1 36 B3 28 21
Octal 62 165 164 71 0 1 66 263 50 41
Binary 110010 1110101 1110100 111001 0 1 110110 10110011 101000 100001

Color Harmonies of #327574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327574

Black with #327574

Text Example


Text Example

White with #327574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327574; }

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

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

background-color css

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

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

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

border-color css

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

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

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