Html Css Color HEX #367260 Genoa

📋 copy color: '#367260'

red 54 ◦ green 114 ◦ blue 96

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

Shades of Genoa #367260

Tints of Genoa #367260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.18%

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

R = 20.45%
G = 43.18%
B = 36.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#367260 (or 0x367260) is known color: Genoa. HEX triplet: 36, 72 and 60. RGB value is (54,114,96). Sum of RGB (Red+Green+Blue) = 54+114+96=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #367260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367260 is #C98D9F. Grayscale: #5E5E5E. Windows color (decimal): -13208992 or 6320694. OLE color: 6320694.

HSL color Cylindrical-coordinate representation of color #367260: hue angle of 162º 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 #367260 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 114 96 -
CMYK 0.53 0 0.16 0.55
HSL 162º 0.36% 0.33% -
HSV(B) 162º 0.53% 0.45% -
XYZ 9.65 13.66 13.2 -
YUV 94.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 54 114 96 0.53 0 0.16 0.55 162 0.36 0.33
Hex 36 72 60 35 0 10 37 A2 24 21
Octal 66 162 140 65 0 20 67 242 44 41
Binary 110110 1110010 1100000 110101 0 10000 110111 10100010 100100 100001

Color Harmonies of #367260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367260

Black with #367260

Text Example


Text Example

White with #367260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367260; }

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

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

background-color css

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

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

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

border-color css

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

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

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