#367267

Color #367267 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #367267

Tints of Genoa #367267

Color information

#367267 (or 0x367267) is unknown color: approx Genoa. HEX triplet: 36, 72 and 67. RGB value is (54,114,103). Sum of RGB (Red+Green+Blue) = 54+114+103=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #367267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367267 is #C98D98. Grayscale: #5E5E5E. Windows color (decimal): -13208985 or 6779446. OLE color: 6779446.

HSL color Cylindrical-coordinate representation of color #367267: hue angle of 169º 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 #367267 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB54114103-
CMYK0.5300.100.55
HSL169º35.71%32.94%-
HSV(B)169º52.63%44.71%-
XYZ9.9913.814.97-
YUV94.81132.6298.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 114 (44.92% from 255) = 42.07%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=19.93%
G=42.07%
B=38.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541141030.5300.100.5516935.7132.94
Hex367267350A37a92421
Octal6616214765012672514441
Binary110110111001011001111101010101011011110101001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367267; }

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

 H1.HeaderClassName
 {
   color: #367267;
 }
 .AnyTagClassName
 {
   color: #367267;
 }
</style>
background-color css

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

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

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

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

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

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