Html Css Color HEX #367370 Genoa

📋 copy color: '#367370'

red 54 ◦ green 115 ◦ blue 112

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

Shades of Genoa #367370

Tints of Genoa #367370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.86%

R = 19.22%
G = 40.93%
B = 39.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#367370 (or 0x367370) is known color: Genoa. HEX triplet: 36, 73 and 70. RGB value is (54,115,112). Sum of RGB (Red+Green+Blue) = 54+115+112=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #367370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367370 is #C98C8F. Grayscale: #606060. Windows color (decimal): -13208720 or 7369526. OLE color: 7369526.

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

Color convert

RGB 54 115 112 -
CMYK 0.53 0 0.03 0.55
HSL 177.05º 0.36% 0.33% -
HSV(B) 177.05º 0.53% 0.45% -
XYZ 10.58 14.22 17.52 -
YUV 96.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 54 115 112 0.53 0 0.03 0.55 177.05 0.36 0.33
Hex 36 73 70 35 0 3 37 B1 24 21
Octal 66 163 160 65 0 3 67 261 44 41
Binary 110110 1110011 1110000 110101 0 11 110111 10110001 100100 100001

Color Harmonies of #367370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367370

Black with #367370

Text Example


Text Example

White with #367370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367370; }

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

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

background-color css

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

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

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

border-color css

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

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

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