Html Css Color HEX #39776F Genoa

📋 copy color: '#39776F'

red 57 ◦ green 119 ◦ blue 111

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

Shades of Genoa #39776F

Tints of Genoa #39776F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 19.86%
G = 41.46%
B = 38.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#39776F (or 0x39776F) is known color: Genoa. HEX triplet: 39, 77 and 6F. RGB value is (57,119,111). Sum of RGB (Red+Green+Blue) = 57+119+111=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #39776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39776F is #C68890. Grayscale: #636363. Windows color (decimal): -13011089 or 7305017. OLE color: 7305017.

HSL color Cylindrical-coordinate representation of color #39776F: hue angle of 172.26º 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 #39776F is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 119 111 -
CMYK 0.52 0 0.07 0.53
HSL 172.26º 0.35% 0.35% -
HSV(B) 172.26º 0.52% 0.47% -
XYZ 11.15 15.21 17.39 -
YUV 99.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 57 119 111 0.52 0 0.07 0.53 172.26 0.35 0.35
Hex 39 77 6F 34 0 7 35 AC 23 23
Octal 71 167 157 64 0 7 65 254 43 43
Binary 111001 1110111 1101111 110100 0 111 110101 10101100 100011 100011

Color Harmonies of #39776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39776F

Black with #39776F

Text Example


Text Example

White with #39776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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