#385926

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

Shades of Palm Leaf #385926

Tints of Palm Leaf #385926

Color information

#385926 (or 0x385926) is unknown color: approx Palm Leaf. HEX triplet: 38, 59 and 26. RGB value is (56,89,38). Sum of RGB (Red+Green+Blue) = 56+89+38=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #385926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385926 is #C7A6D9. Grayscale: #494949. Windows color (decimal): -13084378 or 2513208. OLE color: 2513208.

HSL color Cylindrical-coordinate representation of color #385926: hue angle of 98.82º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385926 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB568938-
CMYK0.3700.570.65
HSL98.82º40.16%24.9%-
HSV(B)98.82º57.3%34.9%-
XYZ5.558.133.11-
YUV73.32108.07115.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 89 (35.16% from 255) = 48.63%
BLUE value IS 38 (15.23% from 255) = 20.77%
R=30.60%
G=48.63%
B=20.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5689380.3700.570.6598.8240.1624.9
Hex3859262503941632819
Octal7013146450711011435031
Binary111000101100110011010010101110011000001110001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385926; }

 p { color: rgb(56,89,38); }

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

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

 a { background-color: rgb(56,89,38); }

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

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

 span { border-color: rgb(56,89,38); }

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