Html Css Color HEX #396862 Genoa

📋 copy color: '#396862'

red 57 ◦ green 104 ◦ blue 98

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

Shades of Genoa #396862

Tints of Genoa #396862

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.15%

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 22.01%
G = 40.15%
B = 37.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#396862 (or 0x396862) is known color: Genoa. HEX triplet: 39, 68 and 62. RGB value is (57,104,98). Sum of RGB (Red+Green+Blue) = 57+104+98=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #396862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396862 is #C6979D. Grayscale: #595959. Windows color (decimal): -13014942 or 6449209. OLE color: 6449209.

HSL color Cylindrical-coordinate representation of color #396862: hue angle of 172.34º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #396862 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 104 98 -
CMYK 0.45 0 0.06 0.59
HSL 172.34º 0.29% 0.32% -
HSV(B) 172.34º 0.45% 0.41% -
XYZ 8.84 11.65 13.34 -
YUV 89.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 57 104 98 0.45 0 0.06 0.59 172.34 0.29 0.32
Hex 39 68 62 2D 0 6 3B AC 1D 20
Octal 71 150 142 55 0 6 73 254 35 40
Binary 111001 1101000 1100010 101101 0 110 111011 10101100 11101 100000

Color Harmonies of #396862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396862

Black with #396862

Text Example


Text Example

White with #396862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396862; }

 p { color: rgb(57,104,98); }

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

background-color css

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

 a { background-color: rgb(57,104,98); }

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

border-color css

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

 span { border-color: rgb(57,104,98); }

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