Html Css Color HEX #384036 Palm Leaf

📋 copy color: '#384036'

red 56 ◦ green 64 ◦ blue 54

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

Shades of Palm Leaf #384036

Tints of Palm Leaf #384036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.78%

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 32.18%
G = 36.78%
B = 31.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#384036 (or 0x384036) is known color: Palm Leaf. HEX triplet: 38, 40 and 36. RGB value is (56,64,54). Sum of RGB (Red+Green+Blue) = 56+64+54=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 64 - color contains mainly: green. Hex color #384036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384036 is #C7BFC9. Grayscale: #3C3C3C. Windows color (decimal): -13090762 or 3555384. OLE color: 3555384.

HSL color Cylindrical-coordinate representation of color #384036: hue angle of 108º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #384036 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 54 -
CMYK 0.13 0 0.16 0.75
HSL 108º 0.08% 0.23% -
HSV(B) 108º 0.16% 0.25% -
XYZ 4.13 4.77 4.19 -
YUV 60.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 56 64 54 0.13 0 0.16 0.75 108 0.08 0.23
Hex 38 40 36 D 0 10 4B 6C 8 17
Octal 70 100 66 15 0 20 113 154 10 27
Binary 111000 1000000 110110 1101 0 10000 1001011 1101100 1000 10111

Color Harmonies of #384036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384036

Black with #384036

Text Example


Text Example

White with #384036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384036; }

 p { color: rgb(56,64,54); }

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

background-color css

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

 a { background-color: rgb(56,64,54); }

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

border-color css

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

 span { border-color: rgb(56,64,54); }

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