Html Css Color HEX #367360 Genoa

📋 copy color: '#367360'

red 54 ◦ green 115 ◦ blue 96

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

Shades of Genoa #367360

Tints of Genoa #367360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.4%

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 20.38%
G = 43.4%
B = 36.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#367360 (or 0x367360) is known color: Genoa. HEX triplet: 36, 73 and 60. RGB value is (54,115,96). Sum of RGB (Red+Green+Blue) = 54+115+96=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #367360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367360 is #C98C9F. Grayscale: #5E5E5E. Windows color (decimal): -13208736 or 6320950. OLE color: 6320950.

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

Color convert

RGB 54 115 96 -
CMYK 0.53 0 0.17 0.55
HSL 161.31º 0.36% 0.33% -
HSV(B) 161.31º 0.53% 0.45% -
XYZ 9.76 13.89 13.23 -
YUV 94.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 54 115 96 0.53 0 0.17 0.55 161.31 0.36 0.33
Hex 36 73 60 35 0 11 37 A1 24 21
Octal 66 163 140 65 0 21 67 241 44 41
Binary 110110 1110011 1100000 110101 0 10001 110111 10100001 100100 100001

Color Harmonies of #367360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367360

Black with #367360

Text Example


Text Example

White with #367360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367360; }

 p { color: rgb(54,115,96); }

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

background-color css

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

 a { background-color: rgb(54,115,96); }

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

border-color css

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

 span { border-color: rgb(54,115,96); }

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