#337269

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

Shades of Genoa #337269

Tints of Genoa #337269

Color information

#337269 (or 0x337269) is unknown color: approx Genoa. HEX triplet: 33, 72 and 69. RGB value is (51,114,105). Sum of RGB (Red+Green+Blue) = 51+114+105=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #337269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337269 is #CC8D96. Grayscale: #5E5E5E. Windows color (decimal): -13405591 or 6910515. OLE color: 6910515.

HSL color Cylindrical-coordinate representation of color #337269: hue angle of 171.43º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337269 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB51114105-
CMYK0.5500.080.55
HSL171.43º38.18%32.35%-
HSV(B)171.43º55.26%44.71%-
XYZ9.9313.7615.5-
YUV94.14134.1397.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=18.89%
G=42.22%
B=38.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511141050.5500.080.55171.4338.1832.35
Hex337269370837ab2620
Octal6316215167010672534640
Binary110011111001011010011101110100011011110101011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337269; }

 p { color: rgb(51,114,105); }

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

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

 a { background-color: rgb(51,114,105); }

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

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

 span { border-color: rgb(51,114,105); }

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