Html Css Color HEX #367864 Genoa

📋 copy color: '#367864'

red 54 ◦ green 120 ◦ blue 100

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

Shades of Genoa #367864

Tints of Genoa #367864

RGB

 RED value IS 54 (21.48% from 255) = 19.71%

 GREEN value IS 120 (47.27% from 255) = 43.8%

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

R = 19.71%
G = 43.8%
B = 36.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#367864 (or 0x367864) is known color: Genoa. HEX triplet: 36, 78 and 64. RGB value is (54,120,100). Sum of RGB (Red+Green+Blue) = 54+120+100=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #367864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367864 is #C9879B. Grayscale: #626262. Windows color (decimal): -13207452 or 6584374. OLE color: 6584374.

HSL color Cylindrical-coordinate representation of color #367864: hue angle of 161.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367864 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 120 100 -
CMYK 0.55 0 0.17 0.53
HSL 161.82º 0.38% 0.34% -
HSV(B) 161.82º 0.55% 0.47% -
XYZ 10.54 15.14 14.42 -
YUV 97.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 54 120 100 0.55 0 0.17 0.53 161.82 0.38 0.34
Hex 36 78 64 37 0 11 35 A2 26 22
Octal 66 170 144 67 0 21 65 242 46 42
Binary 110110 1111000 1100100 110111 0 10001 110101 10100010 100110 100010

Color Harmonies of #367864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367864

Black with #367864

Text Example


Text Example

White with #367864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367864; }

 p { color: rgb(54,120,100); }

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

background-color css

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

 a { background-color: rgb(54,120,100); }

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

border-color css

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

 span { border-color: rgb(54,120,100); }

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