#394125

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

Shades of Green Kelp #394125

Tints of Green Kelp #394125

Color information

#394125 (or 0x394125) is unknown color: approx Green Kelp. HEX triplet: 39, 41 and 25. RGB value is (57,65,37). Sum of RGB (Red+Green+Blue) = 57+65+37=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #394125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394125 is #C6BEDA. Grayscale: #3B3B3B. Windows color (decimal): -13024987 or 2441529. OLE color: 2441529.

HSL color Cylindrical-coordinate representation of color #394125: hue angle of 77.14º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #394125 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB576537-
CMYK0.1200.430.75
HSL77.14º27.45%20%-
HSV(B)77.14º43.08%25.49%-
XYZ3.914.782.47-
YUV59.42115.35126.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 65 (25.78% from 255) = 40.88%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=35.85%
G=40.88%
B=23.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765370.1200.430.7577.1427.4520
Hex394125C02B4B4d1b14
Octal7110145140531131153324
Binary111001100000110010111000101011100101110011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394125; }

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

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

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

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

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

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

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

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