#34625B

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

Shades of Eden #34625B

Tints of Eden #34625B

Color information

#34625B (or 0x34625B) is unknown color: approx Eden. HEX triplet: 34, 62 and 5B. RGB value is (52,98,91). Sum of RGB (Red+Green+Blue) = 52+98+91=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #34625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34625B is #CB9DA4. Grayscale: #535353. Windows color (decimal): -13344165 or 5988916. OLE color: 5988916.

HSL color Cylindrical-coordinate representation of color #34625B: hue angle of 170.87º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34625B is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB529891-
CMYK0.4700.070.62
HSL170.87º30.67%29.41%-
HSV(B)170.87º46.94%38.43%-
XYZ7.6710.2211.47-
YUV83.45132.26105.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=21.58%
G=40.66%
B=37.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298910.4700.070.62170.8730.6729.41
Hex34625B2F073Eab1f1d
Octal641421335707762533735
Binary110100110001010110111011110111111110101010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34625B; }

 p { color: rgb(52,98,91); }

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

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

 a { background-color: rgb(52,98,91); }

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

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

 span { border-color: rgb(52,98,91); }

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