Html Css Color HEX #384D32 Palm Leaf

📋 copy color: '#384D32'

red 56 ◦ green 77 ◦ blue 50

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

Shades of Palm Leaf #384D32

Tints of Palm Leaf #384D32

RGB

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

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

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

R = 30.6%
G = 42.08%
B = 27.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#384D32 (or 0x384D32) is known color: Palm Leaf. HEX triplet: 38, 4D and 32. RGB value is (56,77,50). Sum of RGB (Red+Green+Blue) = 56+77+50=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 77 - color contains mainly: green. Hex color #384D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D32 is #C7B2CD. Grayscale: #434343. Windows color (decimal): -13087438 or 3296568. OLE color: 3296568.

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

Color convert

RGB 56 77 50 -
CMYK 0.27 0 0.35 0.70
HSL 106.67º 0.21% 0.25% -
HSV(B) 106.67º 0.35% 0.3% -
XYZ 4.86 6.38 3.99 -
YUV 67.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 56 77 50 0.27 0 0.35 0.70 106.67 0.21 0.25
Hex 38 4D 32 1B 0 23 46 6B 15 19
Octal 70 115 62 33 0 43 106 153 25 31
Binary 111000 1001101 110010 11011 0 100011 1000110 1101011 10101 11001

Color Harmonies of #384D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D32

Black with #384D32

Text Example


Text Example

White with #384D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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