Html Css Color HEX #39716B Genoa

📋 copy color: '#39716B'

red 57 ◦ green 113 ◦ blue 107

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

Shades of Genoa #39716B

Tints of Genoa #39716B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.79%

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

R = 20.58%
G = 40.79%
B = 38.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#39716B (or 0x39716B) is known color: Genoa. HEX triplet: 39, 71 and 6B. RGB value is (57,113,107). Sum of RGB (Red+Green+Blue) = 57+113+107=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #39716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39716B is #C68E94. Grayscale: #5F5F5F. Windows color (decimal): -13012629 or 7041337. OLE color: 7041337.

HSL color Cylindrical-coordinate representation of color #39716B: hue angle of 173.57º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39716B is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 107 -
CMYK 0.50 0 0.05 0.56
HSL 173.57º 0.33% 0.33% -
HSV(B) 173.57º 0.5% 0.44% -
XYZ 10.25 13.74 16.02 -
YUV 95.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 57 113 107 0.50 0 0.05 0.56 173.57 0.33 0.33
Hex 39 71 6B 32 0 5 38 AE 21 21
Octal 71 161 153 62 0 5 70 256 41 41
Binary 111001 1110001 1101011 110010 0 101 111000 10101110 100001 100001

Color Harmonies of #39716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39716B

Black with #39716B

Text Example


Text Example

White with #39716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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