#385525

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

Shades of Palm Leaf #385525

Tints of Palm Leaf #385525

Color information

#385525 (or 0x385525) is unknown color: approx Palm Leaf. HEX triplet: 38, 55 and 25. RGB value is (56,85,37). Sum of RGB (Red+Green+Blue) = 56+85+37=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #385525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385525 is #C7AADA. Grayscale: #474747. Windows color (decimal): -13085403 or 2446648. OLE color: 2446648.

HSL color Cylindrical-coordinate representation of color #385525: hue angle of 96.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385525 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB568537-
CMYK0.3400.560.67
HSL96.25º39.34%23.92%-
HSV(B)96.25º56.47%33.33%-
XYZ5.217.472.92-
YUV70.86108.89117.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=31.46%
G=47.75%
B=20.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685370.3400.560.6796.2539.3423.92
Hex3855252203843602718
Octal7012545420701031404730
Binary111000101010110010110001001110001000011110000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385525; }

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

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

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

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

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

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

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

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