Html Css Color HEX #367361 Genoa

📋 copy color: '#367361'

red 54 ◦ green 115 ◦ blue 97

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

Shades of Genoa #367361

Tints of Genoa #367361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.47%

R = 20.3%
G = 43.23%
B = 36.47%

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

#367361 (or 0x367361) is known color: Genoa. HEX triplet: 36, 73 and 61. RGB value is (54,115,97). Sum of RGB (Red+Green+Blue) = 54+115+97=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #367361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367361 is #C98C9E. Grayscale: #5E5E5E. Windows color (decimal): -13208735 or 6386486. OLE color: 6386486.

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

Color convert

RGB 54 115 97 -
CMYK 0.53 0 0.16 0.55
HSL 162.3º 0.36% 0.33% -
HSV(B) 162.3º 0.53% 0.45% -
XYZ 9.81 13.91 13.48 -
YUV 94.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 54 115 97 0.53 0 0.16 0.55 162.3 0.36 0.33
Hex 36 73 61 35 0 10 37 A2 24 21
Octal 66 163 141 65 0 20 67 242 44 41
Binary 110110 1110011 1100001 110101 0 10000 110111 10100010 100100 100001

Color Harmonies of #367361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367361

Black with #367361

Text Example


Text Example

White with #367361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367361; }

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

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

background-color css

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

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

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

border-color css

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

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

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