#394F2C

Color #394F2C Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #394F2C

Tints of Palm Leaf #394F2C

Color information

#394F2C (or 0x394F2C) is unknown color: approx Palm Leaf. HEX triplet: 39, 4F and 2C. RGB value is (57,79,44). Sum of RGB (Red+Green+Blue) = 57+79+44=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #394F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F2C is #C6B0D3. Grayscale: #444444. Windows color (decimal): -13021396 or 2903865. OLE color: 2903865.

HSL color Cylindrical-coordinate representation of color #394F2C: hue angle of 97.71º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #394F2C is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB577944-
CMYK0.2800.440.69
HSL97.71º28.46%24.12%-
HSV(B)97.71º44.3%30.98%-
XYZ4.946.643.4-
YUV68.43114.21119.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 79 (31.25% from 255) = 43.89%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=31.67%
G=43.89%
B=24.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779440.2800.440.6997.7128.4624.12
Hex394F2C1C02C45621c18
Octal7111754340541051423430
Binary1110011001111101100111000101100100010111000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394F2C; }

 p { color: rgb(57,79,44); }

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

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

 a { background-color: rgb(57,79,44); }

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

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

 span { border-color: rgb(57,79,44); }

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