Html Css Color HEX #385529 Palm Leaf

📋 copy color: '#385529'

red 56 ◦ green 85 ◦ blue 41

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

Shades of Palm Leaf #385529

Tints of Palm Leaf #385529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.7%

 BLUE value IS 41 (16.41% from 255) = 22.53%

R = 30.77%
G = 46.7%
B = 22.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#385529 (or 0x385529) is known color: Palm Leaf. HEX triplet: 38, 55 and 29. RGB value is (56,85,41). Sum of RGB (Red+Green+Blue) = 56+85+41=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #385529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385529 is #C7AAD6. Grayscale: #474747. Windows color (decimal): -13085399 or 2708792. OLE color: 2708792.

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

Color convert

RGB 56 85 41 -
CMYK 0.34 0 0.52 0.67
HSL 99.55º 0.35% 0.25% -
HSV(B) 99.55º 0.52% 0.33% -
XYZ 5.28 7.5 3.27 -
YUV 71.31 110.89 117.08 -
System Red Green Blue C M Y K H S L
Decimal 56 85 41 0.34 0 0.52 0.67 99.55 0.35 0.25
Hex 38 55 29 22 0 34 43 64 23 19
Octal 70 125 51 42 0 64 103 144 43 31
Binary 111000 1010101 101001 100010 0 110100 1000011 1100100 100011 11001

Color Harmonies of #385529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385529

Black with #385529

Text Example


Text Example

White with #385529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385529; }

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

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

background-color css

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

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

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

border-color css

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

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

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