Html Css Color HEX #385920 Palm Leaf

📋 copy color: '#385920'

red 56 ◦ green 89 ◦ blue 32

#385920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #385920

Tints of Palm Leaf #385920

RGB

 RED value IS 56 (22.27% from 255) = 31.64%

 GREEN value IS 89 (35.16% from 255) = 50.28%

 BLUE value IS 32 (12.89% from 255) = 18.08%

R = 31.64%
G = 50.28%
B = 18.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#385920 (or 0x385920) is known color: Palm Leaf. HEX triplet: 38, 59 and 20. RGB value is (56,89,32). Sum of RGB (Red+Green+Blue) = 56+89+32=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #385920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385920 is #C7A6DF. Grayscale: #484848. Windows color (decimal): -13084384 or 2119992. OLE color: 2119992.

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

Color convert

RGB 56 89 32 -
CMYK 0.37 0 0.64 0.65
HSL 94.74º 0.47% 0.24% -
HSV(B) 94.74º 0.64% 0.35% -
XYZ 5.46 8.09 2.64 -
YUV 72.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 56 89 32 0.37 0 0.64 0.65 94.74 0.47 0.24
Hex 38 59 20 25 0 40 41 5F 2F 18
Octal 70 131 40 45 0 100 101 137 57 30
Binary 111000 1011001 100000 100101 0 1000000 1000001 1011111 101111 11000

Color Harmonies of #385920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385920

Black with #385920

Text Example


Text Example

White with #385920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385920; }

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

 H1.HeaderClassName
 {
   color: #385920;
 }
 .AnyTagClassName
 {
   color: #385920;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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