Html Css Color HEX #396864 Genoa

📋 copy color: '#396864'

red 57 ◦ green 104 ◦ blue 100

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

Shades of Genoa #396864

Tints of Genoa #396864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.31%

R = 21.84%
G = 39.85%
B = 38.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#396864 (or 0x396864) is known color: Genoa. HEX triplet: 39, 68 and 64. RGB value is (57,104,100). Sum of RGB (Red+Green+Blue) = 57+104+100=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #396864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396864 is #C6979B. Grayscale: #595959. Windows color (decimal): -13014940 or 6580281. OLE color: 6580281.

HSL color Cylindrical-coordinate representation of color #396864: hue angle of 174.89º 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 #396864 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 104 100 -
CMYK 0.45 0 0.04 0.59
HSL 174.89º 0.29% 0.32% -
HSV(B) 174.89º 0.45% 0.41% -
XYZ 8.94 11.69 13.84 -
YUV 89.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 57 104 100 0.45 0 0.04 0.59 174.89 0.29 0.32
Hex 39 68 64 2D 0 4 3B AF 1D 20
Octal 71 150 144 55 0 4 73 257 35 40
Binary 111001 1101000 1100100 101101 0 100 111011 10101111 11101 100000

Color Harmonies of #396864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396864

Black with #396864

Text Example


Text Example

White with #396864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396864; }

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

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

background-color css

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

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

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

border-color css

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

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

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