#347669

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

Shades of Genoa #347669

Tints of Genoa #347669

Color information

#347669 (or 0x347669) is unknown color: approx Genoa. HEX triplet: 34, 76 and 69. RGB value is (52,118,105). Sum of RGB (Red+Green+Blue) = 52+118+105=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #347669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347669 is #CB8996. Grayscale: #606060. Windows color (decimal): -13339031 or 6911540. OLE color: 6911540.

HSL color Cylindrical-coordinate representation of color #347669: hue angle of 168.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347669 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB52118105-
CMYK0.5600.110.54
HSL168.18º38.82%33.33%-
HSV(B)168.18º55.93%46.27%-
XYZ10.4414.7115.65-
YUV96.78132.6396.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=18.91%
G=42.91%
B=38.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521181050.5600.110.54168.1838.8233.33
Hex347669380B36a82721
Octal6416615170013662504741
Binary110100111011011010011110000101111011010101000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347669; }

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

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

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

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

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

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

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

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