Html Css Color HEX #385032 Palm Leaf

📋 copy color: '#385032'

red 56 ◦ green 80 ◦ blue 50

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

Shades of Palm Leaf #385032

Tints of Palm Leaf #385032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.01%

 BLUE value IS 50 (19.92% from 255) = 26.88%

R = 30.11%
G = 43.01%
B = 26.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#385032 (or 0x385032) is known color: Palm Leaf. HEX triplet: 38, 50 and 32. RGB value is (56,80,50). Sum of RGB (Red+Green+Blue) = 56+80+50=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #385032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385032 is #C7AFCD. Grayscale: #454545. Windows color (decimal): -13086670 or 3297336. OLE color: 3297336.

HSL color Cylindrical-coordinate representation of color #385032: hue angle of 108º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385032 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 50 -
CMYK 0.30 0 0.37 0.69
HSL 108º 0.23% 0.25% -
HSV(B) 108º 0.38% 0.31% -
XYZ 5.08 6.81 4.06 -
YUV 69.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 56 80 50 0.30 0 0.37 0.69 108 0.23 0.25
Hex 38 50 32 1E 0 25 45 6C 17 19
Octal 70 120 62 36 0 45 105 154 27 31
Binary 111000 1010000 110010 11110 0 100101 1000101 1101100 10111 11001

Color Harmonies of #385032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385032

Black with #385032

Text Example


Text Example

White with #385032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385032; }

 p { color: rgb(56,80,50); }

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

background-color css

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

 a { background-color: rgb(56,80,50); }

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

border-color css

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

 span { border-color: rgb(56,80,50); }

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