Html Css Color HEX #39746B Genoa

📋 copy color: '#39746B'

red 57 ◦ green 116 ◦ blue 107

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

Shades of Genoa #39746B

Tints of Genoa #39746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.43%

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 20.36%
G = 41.43%
B = 38.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#39746B (or 0x39746B) is known color: Genoa. HEX triplet: 39, 74 and 6B. RGB value is (57,116,107). Sum of RGB (Red+Green+Blue) = 57+116+107=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #39746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39746B is #C68B94. Grayscale: #616161. Windows color (decimal): -13011861 or 7042105. OLE color: 7042105.

HSL color Cylindrical-coordinate representation of color #39746B: hue angle of 170.85º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39746B is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 116 107 -
CMYK 0.51 0 0.08 0.55
HSL 170.85º 0.34% 0.34% -
HSV(B) 170.85º 0.51% 0.45% -
XYZ 10.59 14.42 16.14 -
YUV 97.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 57 116 107 0.51 0 0.08 0.55 170.85 0.34 0.34
Hex 39 74 6B 33 0 8 37 AB 22 22
Octal 71 164 153 63 0 10 67 253 42 42
Binary 111001 1110100 1101011 110011 0 1000 110111 10101011 100010 100010

Color Harmonies of #39746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39746B

Black with #39746B

Text Example


Text Example

White with #39746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39746B; }

 p { color: rgb(57,116,107); }

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

background-color css

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

 a { background-color: rgb(57,116,107); }

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

border-color css

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

 span { border-color: rgb(57,116,107); }

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