#34372A

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

Shades of Green Kelp #34372A

Tints of Green Kelp #34372A

Color information

#34372A (or 0x34372A) is unknown color: approx Green Kelp. HEX triplet: 34, 37 and 2A. RGB value is (52,55,42). Sum of RGB (Red+Green+Blue) = 52+55+42=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 55 - color contains mainly: green. Hex color #34372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34372A is #CBC8D5. Grayscale: #343434. Windows color (decimal): -13355222 or 2766644. OLE color: 2766644.

HSL color Cylindrical-coordinate representation of color #34372A: hue angle of 73.85º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #34372A is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB525542-
CMYK0.0500.240.78
HSL73.85º13.4%19.02%-
HSV(B)73.85º23.64%21.57%-
XYZ3.23.632.72-
YUV52.62122.01127.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 55 (21.88% from 255) = 36.91%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=34.90%
G=36.91%
B=28.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5255420.0500.240.7873.8513.419.02
Hex34372A50184E4ad13
Octal64675250301161121523
Binary11010011011110101010101100010011101001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34372A; }

 p { color: rgb(52,55,42); }

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

<style>
 a { background-color: #34372A; }

 a { background-color: rgb(52,55,42); }

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

<style>
 span { border-color: #34372A; }

 span { border-color: rgb(52,55,42); }

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