Html Css Color HEX #367164 Genoa

📋 copy color: '#367164'

red 54 ◦ green 113 ◦ blue 100

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

Shades of Genoa #367164

Tints of Genoa #367164

RGB

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

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

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

R = 20.22%
G = 42.32%
B = 37.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#367164 (or 0x367164) is known color: Genoa. HEX triplet: 36, 71 and 64. RGB value is (54,113,100). Sum of RGB (Red+Green+Blue) = 54+113+100=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #367164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367164 is #C98E9B. Grayscale: #5D5D5D. Windows color (decimal): -13209244 or 6582582. OLE color: 6582582.

HSL color Cylindrical-coordinate representation of color #367164: hue angle of 166.78º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367164 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 100 -
CMYK 0.52 0 0.12 0.56
HSL 166.78º 0.35% 0.33% -
HSV(B) 166.78º 0.52% 0.44% -
XYZ 9.73 13.51 14.15 -
YUV 93.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 54 113 100 0.52 0 0.12 0.56 166.78 0.35 0.33
Hex 36 71 64 34 0 C 38 A7 23 21
Octal 66 161 144 64 0 14 70 247 43 41
Binary 110110 1110001 1100100 110100 0 1100 111000 10100111 100011 100001

Color Harmonies of #367164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367164

Black with #367164

Text Example


Text Example

White with #367164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367164; }

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

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

background-color css

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

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

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

border-color css

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

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

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