Html Css Color HEX #367E70 Genoa

📋 copy color: '#367E70'

red 54 ◦ green 126 ◦ blue 112

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

Shades of Genoa #367E70

Tints of Genoa #367E70

RGB

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

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

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

R = 18.49%
G = 43.15%
B = 38.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#367E70 (or 0x367E70) is known color: Genoa. HEX triplet: 36, 7E and 70. RGB value is (54,126,112). Sum of RGB (Red+Green+Blue) = 54+126+112=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #367E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367E70 is #C9818F. Grayscale: #666666. Windows color (decimal): -13205904 or 7372342. OLE color: 7372342.

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

Color convert

RGB 54 126 112 -
CMYK 0.57 0 0.11 0.51
HSL 168.33º 0.4% 0.35% -
HSV(B) 168.33º 0.57% 0.49% -
XYZ 11.91 16.88 17.96 -
YUV 102.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 54 126 112 0.57 0 0.11 0.51 168.33 0.4 0.35
Hex 36 7E 70 39 0 B 33 A8 28 23
Octal 66 176 160 71 0 13 63 250 50 43
Binary 110110 1111110 1110000 111001 0 1011 110011 10101000 101000 100011

Color Harmonies of #367E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E70

Black with #367E70

Text Example


Text Example

White with #367E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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