Html Css Color HEX #385128 Palm Leaf

📋 copy color: '#385128'

red 56 ◦ green 81 ◦ blue 40

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

Shades of Palm Leaf #385128

Tints of Palm Leaf #385128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.76%

 BLUE value IS 40 (16.02% from 255) = 22.6%

R = 31.64%
G = 45.76%
B = 22.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#385128 (or 0x385128) is known color: Palm Leaf. HEX triplet: 38, 51 and 28. RGB value is (56,81,40). Sum of RGB (Red+Green+Blue) = 56+81+40=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #385128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385128 is #C7AED7. Grayscale: #444444. Windows color (decimal): -13086424 or 2642232. OLE color: 2642232.

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

Color convert

RGB 56 81 40 -
CMYK 0.31 0 0.51 0.68
HSL 96.59º 0.34% 0.24% -
HSV(B) 96.59º 0.51% 0.32% -
XYZ 4.96 6.88 3.07 -
YUV 68.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 56 81 40 0.31 0 0.51 0.68 96.59 0.34 0.24
Hex 38 51 28 1F 0 33 44 61 22 18
Octal 70 121 50 37 0 63 104 141 42 30
Binary 111000 1010001 101000 11111 0 110011 1000100 1100001 100010 11000

Color Harmonies of #385128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385128

Black with #385128

Text Example


Text Example

White with #385128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385128; }

 p { color: rgb(56,81,40); }

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

background-color css

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

 a { background-color: rgb(56,81,40); }

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

border-color css

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

 span { border-color: rgb(56,81,40); }

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