#343925

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

Shades of Green Kelp #343925

Tints of Green Kelp #343925

Color information

#343925 (or 0x343925) is unknown color: approx Green Kelp. HEX triplet: 34, 39 and 25. RGB value is (52,57,37). Sum of RGB (Red+Green+Blue) = 52+57+37=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 57 - color contains mainly: green. Hex color #343925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343925 is #CBC6DA. Grayscale: #353535. Windows color (decimal): -13354715 or 2439476. OLE color: 2439476.

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

Color convert

RGB525737-
CMYK0.0900.350.78
HSL75º21.28%18.43%-
HSV(B)75º35.09%22.35%-
XYZ3.213.792.31-
YUV53.22118.84127.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=35.62%
G=39.04%
B=25.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257370.0900.350.787521.2818.43
Hex34392590234E4b1512
Octal647145110431161132522
Binary11010011100110010110010100011100111010010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343925; }

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

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

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

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

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

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

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

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