Html Css Color HEX #367F70 Genoa

📋 copy color: '#367F70'

red 54 ◦ green 127 ◦ blue 112

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

Shades of Genoa #367F70

Tints of Genoa #367F70

RGB

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

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

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

R = 18.43%
G = 43.34%
B = 38.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#367F70 (or 0x367F70) is known color: Genoa. HEX triplet: 36, 7F and 70. RGB value is (54,127,112). Sum of RGB (Red+Green+Blue) = 54+127+112=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 127 - color contains mainly: green. Hex color #367F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F70 is #C9808F. Grayscale: #676767. Windows color (decimal): -13205648 or 7372598. OLE color: 7372598.

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

Color convert

RGB 54 127 112 -
CMYK 0.57 0 0.12 0.50
HSL 167.67º 0.4% 0.35% -
HSV(B) 167.67º 0.57% 0.5% -
XYZ 12.04 17.13 18 -
YUV 103.46 132.82 92.72 -
System Red Green Blue C M Y K H S L
Decimal 54 127 112 0.57 0 0.12 0.50 167.67 0.4 0.35
Hex 36 7F 70 39 0 C 32 A8 28 23
Octal 66 177 160 71 0 14 62 250 50 43
Binary 110110 1111111 1110000 111001 0 1100 110010 10101000 101000 100011

Color Harmonies of #367F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F70

Black with #367F70

Text Example


Text Example

White with #367F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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