Html Css Color HEX #396D61 Genoa

📋 copy color: '#396D61'

red 57 ◦ green 109 ◦ blue 97

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

Shades of Genoa #396D61

Tints of Genoa #396D61

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.44%

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 21.67%
G = 41.44%
B = 36.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#396D61 (or 0x396D61) is known color: Genoa. HEX triplet: 39, 6D and 61. RGB value is (57,109,97). Sum of RGB (Red+Green+Blue) = 57+109+97=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 109 - color contains mainly: green. Hex color #396D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D61 is #C6929E. Grayscale: #5C5C5C. Windows color (decimal): -13013663 or 6384953. OLE color: 6384953.

HSL color Cylindrical-coordinate representation of color #396D61: hue angle of 166.15º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396D61 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 109 97 -
CMYK 0.48 0 0.11 0.57
HSL 166.15º 0.31% 0.33% -
HSV(B) 166.15º 0.48% 0.43% -
XYZ 9.31 12.67 13.26 -
YUV 92.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 57 109 97 0.48 0 0.11 0.57 166.15 0.31 0.33
Hex 39 6D 61 30 0 B 39 A6 1F 21
Octal 71 155 141 60 0 13 71 246 37 41
Binary 111001 1101101 1100001 110000 0 1011 111001 10100110 11111 100001

Color Harmonies of #396D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D61

Black with #396D61

Text Example


Text Example

White with #396D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396D61; }

 p { color: rgb(57,109,97); }

 H1.HeaderClassName
 {
   color: #396D61;
 }
 .AnyTagClassName
 {
   color: #396D61;
 }
</style>

background-color css

<style>
 a { background-color: #396D61; }

 a { background-color: rgb(57,109,97); }

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

border-color css

<style>
 span { border-color: #396D61; }

 span { border-color: rgb(57,109,97); }

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