Html Css Color HEX #367D73 Genoa

📋 copy color: '#367D73'

red 54 ◦ green 125 ◦ blue 115

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

Shades of Genoa #367D73

Tints of Genoa #367D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.52%

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

R = 18.37%
G = 42.52%
B = 39.12%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#367D73 (or 0x367D73) is known color: Genoa. HEX triplet: 36, 7D and 73. RGB value is (54,125,115). Sum of RGB (Red+Green+Blue) = 54+125+115=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 125 - color contains mainly: green. Hex color #367D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367D73 is #C9828C. Grayscale: #666666. Windows color (decimal): -13206157 or 7568694. OLE color: 7568694.

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

Color convert

RGB 54 125 115 -
CMYK 0.57 0 0.08 0.51
HSL 171.55º 0.4% 0.35% -
HSV(B) 171.55º 0.57% 0.49% -
XYZ 11.95 16.69 18.81 -
YUV 102.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 54 125 115 0.57 0 0.08 0.51 171.55 0.4 0.35
Hex 36 7D 73 39 0 8 33 AC 28 23
Octal 66 175 163 71 0 10 63 254 50 43
Binary 110110 1111101 1110011 111001 0 1000 110011 10101100 101000 100011

Color Harmonies of #367D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D73

Black with #367D73

Text Example


Text Example

White with #367D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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