#347269

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

Shades of Genoa #347269

Tints of Genoa #347269

Color information

#347269 (or 0x347269) is unknown color: approx Genoa. HEX triplet: 34, 72 and 69. RGB value is (52,114,105). Sum of RGB (Red+Green+Blue) = 52+114+105=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #347269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347269 is #CB8D96. Grayscale: #5E5E5E. Windows color (decimal): -13340055 or 6910516. OLE color: 6910516.

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

Color convert

RGB52114105-
CMYK0.5400.080.55
HSL171.29º37.35%32.55%-
HSV(B)171.29º54.39%44.71%-
XYZ9.9813.7815.5-
YUV94.44133.9697.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 114 (44.92% from 255) = 42.07%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=19.19%
G=42.07%
B=38.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521141050.5400.080.55171.2937.3532.55
Hex347269360837ab2521
Octal6416215166010672534541
Binary110100111001011010011101100100011011110101011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347269; }

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

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

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

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

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

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

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

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