#34352E

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

Shades of Green Kelp #34352E

Tints of Green Kelp #34352E

Color information

#34352E (or 0x34352E) is unknown color: approx Green Kelp. HEX triplet: 34, 35 and 2E. RGB value is (52,53,46). Sum of RGB (Red+Green+Blue) = 52+53+46=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 53 - color contains mainly: green. Hex color #34352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34352E is #CBCAD1. Grayscale: #333333. Windows color (decimal): -13355730 or 3028276. OLE color: 3028276.

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

Color convert

RGB525346-
CMYK0.0200.130.79
HSL68.57º7.07%19.41%-
HSV(B)68.57º13.21%20.78%-
XYZ3.183.473.09-
YUV51.9124.67128.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=34.44%
G=35.10%
B=30.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253460.0200.130.7968.577.0719.41
Hex34352E20D4F45713
Octal6465562015117105723
Binary11010011010110111010011011001111100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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