Html Css Color HEX #367471 Genoa

📋 copy color: '#367471'

red 54 ◦ green 116 ◦ blue 113

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

Shades of Genoa #367471

Tints of Genoa #367471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

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

R = 19.08%
G = 40.99%
B = 39.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#367471 (or 0x367471) is known color: Genoa. HEX triplet: 36, 74 and 71. RGB value is (54,116,113). Sum of RGB (Red+Green+Blue) = 54+116+113=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #367471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367471 is #C98B8E. Grayscale: #616161. Windows color (decimal): -13208463 or 7435318. OLE color: 7435318.

HSL color Cylindrical-coordinate representation of color #367471: hue angle of 177.1º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367471 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 116 113 -
CMYK 0.53 0 0.03 0.55
HSL 177.1º 0.36% 0.33% -
HSV(B) 177.1º 0.53% 0.45% -
XYZ 10.75 14.47 17.85 -
YUV 97.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 54 116 113 0.53 0 0.03 0.55 177.1 0.36 0.33
Hex 36 74 71 35 0 3 37 B1 24 21
Octal 66 164 161 65 0 3 67 261 44 41
Binary 110110 1110100 1110001 110101 0 11 110111 10110001 100100 100001

Color Harmonies of #367471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367471

Black with #367471

Text Example


Text Example

White with #367471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367471; }

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

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

background-color css

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

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

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

border-color css

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

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

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