#385725

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

Shades of Palm Leaf #385725

Tints of Palm Leaf #385725

Color information

#385725 (or 0x385725) is unknown color: approx Palm Leaf. HEX triplet: 38, 57 and 25. RGB value is (56,87,37). Sum of RGB (Red+Green+Blue) = 56+87+37=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #385725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385725 is #C7A8DA. Grayscale: #484848. Windows color (decimal): -13084891 or 2447160. OLE color: 2447160.

HSL color Cylindrical-coordinate representation of color #385725: hue angle of 97.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385725 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB568737-
CMYK0.3600.570.66
HSL97.2º40.32%24.31%-
HSV(B)97.2º57.47%34.12%-
XYZ5.377.792.97-
YUV72.03108.23116.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 87 (34.38% from 255) = 48.33%
BLUE value IS 37 (14.84% from 255) = 20.56%
R=31.11%
G=48.33%
B=20.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687370.3600.570.6697.240.3224.31
Hex3857252403942612818
Octal7012745440711021415030
Binary111000101011110010110010001110011000010110000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385725; }

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

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

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

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

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

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

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

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