Html Css Color HEX #367E72 Genoa

📋 copy color: '#367E72'

red 54 ◦ green 126 ◦ blue 114

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

Shades of Genoa #367E72

Tints of Genoa #367E72

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.86%

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 18.37%
G = 42.86%
B = 38.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#367E72 (or 0x367E72) is known color: Genoa. HEX triplet: 36, 7E and 72. RGB value is (54,126,114). Sum of RGB (Red+Green+Blue) = 54+126+114=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 126 - color contains mainly: green. Hex color #367E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367E72 is #C9818D. Grayscale: #676767. Windows color (decimal): -13205902 or 7503414. OLE color: 7503414.

HSL color Cylindrical-coordinate representation of color #367E72: hue angle of 170º 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 #367E72 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 126 114 -
CMYK 0.57 0 0.10 0.51
HSL 170º 0.4% 0.35% -
HSV(B) 170º 0.57% 0.49% -
XYZ 12.02 16.92 18.55 -
YUV 103.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 54 126 114 0.57 0 0.10 0.51 170 0.4 0.35
Hex 36 7E 72 39 0 A 33 AA 28 23
Octal 66 176 162 71 0 12 63 252 50 43
Binary 110110 1111110 1110010 111001 0 1010 110011 10101010 101000 100011

Color Harmonies of #367E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E72

Black with #367E72

Text Example


Text Example

White with #367E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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