Html Css Color HEX #39776A Genoa

📋 copy color: '#39776A'

red 57 ◦ green 119 ◦ blue 106

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

Shades of Genoa #39776A

Tints of Genoa #39776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.2%

 BLUE value IS 106 (41.8% from 255) = 37.59%

R = 20.21%
G = 42.2%
B = 37.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#39776A (or 0x39776A) is known color: Genoa. HEX triplet: 39, 77 and 6A. RGB value is (57,119,106). Sum of RGB (Red+Green+Blue) = 57+119+106=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #39776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39776A is #C68895. Grayscale: #626262. Windows color (decimal): -13011094 or 6977337. OLE color: 6977337.

HSL color Cylindrical-coordinate representation of color #39776A: hue angle of 167.42º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39776A is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 119 106 -
CMYK 0.52 0 0.11 0.53
HSL 167.42º 0.35% 0.35% -
HSV(B) 167.42º 0.52% 0.47% -
XYZ 10.89 15.1 15.98 -
YUV 98.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 57 119 106 0.52 0 0.11 0.53 167.42 0.35 0.35
Hex 39 77 6A 34 0 B 35 A7 23 23
Octal 71 167 152 64 0 13 65 247 43 43
Binary 111001 1110111 1101010 110100 0 1011 110101 10100111 100011 100011

Color Harmonies of #39776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39776A

Black with #39776A

Text Example


Text Example

White with #39776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39776A; }

 p { color: rgb(57,119,106); }

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

background-color css

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

 a { background-color: rgb(57,119,106); }

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

border-color css

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

 span { border-color: rgb(57,119,106); }

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