#343825

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

Shades of Green Kelp #343825

Tints of Green Kelp #343825

Color information

#343825 (or 0x343825) is unknown color: approx Green Kelp. HEX triplet: 34, 38 and 25. RGB value is (52,56,37). Sum of RGB (Red+Green+Blue) = 52+56+37=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 56 - color contains mainly: green. Hex color #343825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343825 is #CBC7DA. Grayscale: #343434. Windows color (decimal): -13354971 or 2439220. OLE color: 2439220.

HSL color Cylindrical-coordinate representation of color #343825: hue angle of 72.63º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #343825 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB525637-
CMYK0.0700.340.78
HSL72.63º20.43%18.24%-
HSV(B)72.63º33.93%21.96%-
XYZ3.163.692.3-
YUV52.64119.17127.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=35.86%
G=38.62%
B=25.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256370.0700.340.7872.6320.4318.24
Hex34382570224E491412
Octal64704570421161112422
Binary1101001110001001011110100010100111010010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343825; }

 p { color: rgb(52,56,37); }

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

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

 a { background-color: rgb(52,56,37); }

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

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

 span { border-color: rgb(52,56,37); }

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