Html Css Color HEX #367F71 Genoa

📋 copy color: '#367F71'

red 54 ◦ green 127 ◦ blue 113

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

Shades of Genoa #367F71

Tints of Genoa #367F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 18.37%
G = 43.2%
B = 38.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#367F71 (or 0x367F71) is known color: Genoa. HEX triplet: 36, 7F and 71. RGB value is (54,127,113). Sum of RGB (Red+Green+Blue) = 54+127+113=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #367F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F71 is #C9808E. Grayscale: #676767. Windows color (decimal): -13205647 or 7438134. OLE color: 7438134.

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

Color convert

RGB 54 127 113 -
CMYK 0.57 0 0.11 0.50
HSL 168.49º 0.4% 0.35% -
HSV(B) 168.49º 0.57% 0.5% -
XYZ 12.09 17.16 18.3 -
YUV 103.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 54 127 113 0.57 0 0.11 0.50 168.49 0.4 0.35
Hex 36 7F 71 39 0 B 32 A8 28 23
Octal 66 177 161 71 0 13 62 250 50 43
Binary 110110 1111111 1110001 111001 0 1011 110010 10101000 101000 100011

Color Harmonies of #367F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F71

Black with #367F71

Text Example


Text Example

White with #367F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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