Html Css Color HEX #367F73 Genoa

📋 copy color: '#367F73'

red 54 ◦ green 127 ◦ blue 115

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

Shades of Genoa #367F73

Tints of Genoa #367F73

RGB

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

 GREEN value IS 127 (50% from 255) = 42.91%

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 18.24%
G = 42.91%
B = 38.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#367F73 (or 0x367F73) is known color: Genoa. HEX triplet: 36, 7F and 73. RGB value is (54,127,115). Sum of RGB (Red+Green+Blue) = 54+127+115=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #367F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F73 is #C9808C. Grayscale: #676767. Windows color (decimal): -13205645 or 7569206. OLE color: 7569206.

HSL color Cylindrical-coordinate representation of color #367F73: hue angle of 170.14º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367F73 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 127 115 -
CMYK 0.57 0 0.09 0.50
HSL 170.14º 0.4% 0.35% -
HSV(B) 170.14º 0.57% 0.5% -
XYZ 12.21 17.2 18.9 -
YUV 103.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 54 127 115 0.57 0 0.09 0.50 170.14 0.4 0.35
Hex 36 7F 73 39 0 9 32 AA 28 23
Octal 66 177 163 71 0 11 62 252 50 43
Binary 110110 1111111 1110011 111001 0 1001 110010 10101010 101000 100011

Color Harmonies of #367F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F73

Black with #367F73

Text Example


Text Example

White with #367F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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