Html Css Color HEX #39766C Genoa

📋 copy color: '#39766C'

red 57 ◦ green 118 ◦ blue 108

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

Shades of Genoa #39766C

Tints of Genoa #39766C

RGB

 RED value IS 57 (22.66% from 255) = 20.14%

 GREEN value IS 118 (46.48% from 255) = 41.7%

 BLUE value IS 108 (42.58% from 255) = 38.16%

R = 20.14%
G = 41.7%
B = 38.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#39766C (or 0x39766C) is known color: Genoa. HEX triplet: 39, 76 and 6C. RGB value is (57,118,108). Sum of RGB (Red+Green+Blue) = 57+118+108=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #39766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39766C is #C68993. Grayscale: #626262. Windows color (decimal): -13011348 or 7108153. OLE color: 7108153.

HSL color Cylindrical-coordinate representation of color #39766C: hue angle of 170.16º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39766C is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 118 108 -
CMYK 0.52 0 0.08 0.54
HSL 170.16º 0.35% 0.34% -
HSV(B) 170.16º 0.52% 0.46% -
XYZ 10.87 14.91 16.49 -
YUV 98.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 57 118 108 0.52 0 0.08 0.54 170.16 0.35 0.34
Hex 39 76 6C 34 0 8 36 AA 23 22
Octal 71 166 154 64 0 10 66 252 43 42
Binary 111001 1110110 1101100 110100 0 1000 110110 10101010 100011 100010

Color Harmonies of #39766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39766C

Black with #39766C

Text Example


Text Example

White with #39766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39766C; }

 p { color: rgb(57,118,108); }

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

background-color css

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

 a { background-color: rgb(57,118,108); }

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

border-color css

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

 span { border-color: rgb(57,118,108); }

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