Html Css Color HEX #39746A Genoa

📋 copy color: '#39746A'

red 57 ◦ green 116 ◦ blue 106

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

Shades of Genoa #39746A

Tints of Genoa #39746A

RGB

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

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

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

R = 20.43%
G = 41.58%
B = 37.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#39746A (or 0x39746A) is known color: Genoa. HEX triplet: 39, 74 and 6A. RGB value is (57,116,106). Sum of RGB (Red+Green+Blue) = 57+116+106=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #39746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39746A is #C68B95. Grayscale: #616161. Windows color (decimal): -13011862 or 6976569. OLE color: 6976569.

HSL color Cylindrical-coordinate representation of color #39746A: hue angle of 169.83º 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 #39746A is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 116 106 -
CMYK 0.51 0 0.09 0.55
HSL 169.83º 0.34% 0.34% -
HSV(B) 169.83º 0.51% 0.45% -
XYZ 10.53 14.4 15.86 -
YUV 97.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 57 116 106 0.51 0 0.09 0.55 169.83 0.34 0.34
Hex 39 74 6A 33 0 9 37 AA 22 22
Octal 71 164 152 63 0 11 67 252 42 42
Binary 111001 1110100 1101010 110011 0 1001 110111 10101010 100010 100010

Color Harmonies of #39746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39746A

Black with #39746A

Text Example


Text Example

White with #39746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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