Html Css Color HEX #384D2C Palm Leaf

📋 copy color: '#384D2C'

red 56 ◦ green 77 ◦ blue 44

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

Shades of Palm Leaf #384D2C

Tints of Palm Leaf #384D2C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.5%

 BLUE value IS 44 (17.58% from 255) = 24.86%

R = 31.64%
G = 43.5%
B = 24.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#384D2C (or 0x384D2C) is known color: Palm Leaf. HEX triplet: 38, 4D and 2C. RGB value is (56,77,44). Sum of RGB (Red+Green+Blue) = 56+77+44=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #384D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D2C is #C7B2D3. Grayscale: #434343. Windows color (decimal): -13087444 or 2903352. OLE color: 2903352.

HSL color Cylindrical-coordinate representation of color #384D2C: hue angle of 98.18º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #384D2C is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 77 44 -
CMYK 0.27 0 0.43 0.70
HSL 98.18º 0.27% 0.24% -
HSV(B) 98.18º 0.43% 0.3% -
XYZ 4.74 6.33 3.35 -
YUV 66.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 56 77 44 0.27 0 0.43 0.70 98.18 0.27 0.24
Hex 38 4D 2C 1B 0 2B 46 62 1B 18
Octal 70 115 54 33 0 53 106 142 33 30
Binary 111000 1001101 101100 11011 0 101011 1000110 1100010 11011 11000

Color Harmonies of #384D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D2C

Black with #384D2C

Text Example


Text Example

White with #384D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384D2C; }

 p { color: rgb(56,77,44); }

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

background-color css

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

 a { background-color: rgb(56,77,44); }

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

border-color css

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

 span { border-color: rgb(56,77,44); }

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