Html Css Color HEX #384D33 Palm Leaf

📋 copy color: '#384D33'

red 56 ◦ green 77 ◦ blue 51

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

Shades of Palm Leaf #384D33

Tints of Palm Leaf #384D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.72%

R = 30.43%
G = 41.85%
B = 27.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#384D33 (or 0x384D33) is known color: Palm Leaf. HEX triplet: 38, 4D and 33. RGB value is (56,77,51). Sum of RGB (Red+Green+Blue) = 56+77+51=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 77 - color contains mainly: green. Hex color #384D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D33 is #C7B2CC. Grayscale: #434343. Windows color (decimal): -13087437 or 3362104. OLE color: 3362104.

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

Color convert

RGB 56 77 51 -
CMYK 0.27 0 0.34 0.70
HSL 108.46º 0.2% 0.25% -
HSV(B) 108.46º 0.34% 0.3% -
XYZ 4.88 6.39 4.11 -
YUV 67.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 56 77 51 0.27 0 0.34 0.70 108.46 0.2 0.25
Hex 38 4D 33 1B 0 22 46 6C 14 19
Octal 70 115 63 33 0 42 106 154 24 31
Binary 111000 1001101 110011 11011 0 100010 1000110 1101100 10100 11001

Color Harmonies of #384D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D33

Black with #384D33

Text Example


Text Example

White with #384D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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