#34645F

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

Shades of Eden #34645F

Tints of Eden #34645F

Color information

#34645F (or 0x34645F) is unknown color: approx Eden. HEX triplet: 34, 64 and 5F. RGB value is (52,100,95). Sum of RGB (Red+Green+Blue) = 52+100+95=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 100 - color contains mainly: green. Hex color #34645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34645F is #CB9BA0. Grayscale: #555555. Windows color (decimal): -13343649 or 6251572. OLE color: 6251572.

HSL color Cylindrical-coordinate representation of color #34645F: hue angle of 173.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34645F is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB5210095-
CMYK0.4800.050.61
HSL173.75º31.58%29.8%-
HSV(B)173.75º48%39.22%-
XYZ8.0410.6712.46-
YUV85.08133.6104.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 100 (39.45% from 255) = 40.49%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=21.05%
G=40.49%
B=38.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52100950.4800.050.61173.7531.5829.8
Hex34645F30053Dae201e
Octal641441376005752564036
Binary1101001100100101111111000001011111011010111010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34645F; }

 p { color: rgb(52,100,95); }

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

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

 a { background-color: rgb(52,100,95); }

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

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

 span { border-color: rgb(52,100,95); }

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