#34362E

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

Shades of Green Kelp #34362E

Tints of Green Kelp #34362E

Color information

#34362E (or 0x34362E) is unknown color: approx Green Kelp. HEX triplet: 34, 36 and 2E. RGB value is (52,54,46). Sum of RGB (Red+Green+Blue) = 52+54+46=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 54 - color contains mainly: green. Hex color #34362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34362E is #CBC9D1. Grayscale: #343434. Windows color (decimal): -13355474 or 3028532. OLE color: 3028532.

HSL color Cylindrical-coordinate representation of color #34362E: hue angle of 75º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #34362E is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB525446-
CMYK0.0400.150.79
HSL75º8%19.61%-
HSV(B)75º14.81%21.18%-
XYZ3.233.573.1-
YUV52.49124.34127.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=34.21%
G=35.53%
B=30.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5254460.0400.150.7975819.61
Hex34362E40F4F4b814
Octal64665640171171131024
Binary1101001101101011101000111110011111001011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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