Html Css Color HEX #385229 Palm Leaf

📋 copy color: '#385229'

red 56 ◦ green 82 ◦ blue 41

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

Shades of Palm Leaf #385229

Tints of Palm Leaf #385229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.81%

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

R = 31.28%
G = 45.81%
B = 22.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#385229 (or 0x385229) is known color: Palm Leaf. HEX triplet: 38, 52 and 29. RGB value is (56,82,41). Sum of RGB (Red+Green+Blue) = 56+82+41=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #385229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385229 is #C7ADD6. Grayscale: #454545. Windows color (decimal): -13086167 or 2708024. OLE color: 2708024.

HSL color Cylindrical-coordinate representation of color #385229: hue angle of 98.05º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #385229 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 41 -
CMYK 0.32 0 0.50 0.68
HSL 98.05º 0.33% 0.24% -
HSV(B) 98.05º 0.5% 0.32% -
XYZ 5.05 7.04 3.19 -
YUV 69.55 111.89 118.33 -
System Red Green Blue C M Y K H S L
Decimal 56 82 41 0.32 0 0.50 0.68 98.05 0.33 0.24
Hex 38 52 29 20 0 32 44 62 21 18
Octal 70 122 51 40 0 62 104 142 41 30
Binary 111000 1010010 101001 100000 0 110010 1000100 1100010 100001 11000

Color Harmonies of #385229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385229

Black with #385229

Text Example


Text Example

White with #385229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385229; }

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

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

background-color css

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

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

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

border-color css

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

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

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