#34352F

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

Shades of Green Kelp #34352F

Tints of Green Kelp #34352F

Color information

#34352F (or 0x34352F) is unknown color: approx Green Kelp. HEX triplet: 34, 35 and 2F. RGB value is (52,53,47). Sum of RGB (Red+Green+Blue) = 52+53+47=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 53 - color contains mainly: green. Hex color #34352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34352F is #CBCAD0. Grayscale: #343434. Windows color (decimal): -13355729 or 3093812. OLE color: 3093812.

HSL color Cylindrical-coordinate representation of color #34352F: hue angle of 70º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #34352F is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB525347-
CMYK0.0200.110.79
HSL70º6%19.61%-
HSV(B)70º11.32%20.78%-
XYZ3.23.483.19-
YUV52.02125.17127.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=34.21%
G=34.87%
B=30.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253470.0200.110.7970619.61
Hex34352F20B4F46614
Octal6465572013117106624
Binary11010011010110111110010111001111100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,53,47); }

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

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

 a { background-color: rgb(52,53,47); }

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

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

 span { border-color: rgb(52,53,47); }

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