Html Css Color HEX #384F33 Palm Leaf

📋 copy color: '#384F33'

red 56 ◦ green 79 ◦ blue 51

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

Shades of Palm Leaf #384F33

Tints of Palm Leaf #384F33

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.47%

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

R = 30.11%
G = 42.47%
B = 27.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#384F33 (or 0x384F33) is known color: Palm Leaf. HEX triplet: 38, 4F and 33. RGB value is (56,79,51). Sum of RGB (Red+Green+Blue) = 56+79+51=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #384F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F33 is #C7B0CC. Grayscale: #454545. Windows color (decimal): -13086925 or 3362616. OLE color: 3362616.

HSL color Cylindrical-coordinate representation of color #384F33: hue angle of 109.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #384F33 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 79 51 -
CMYK 0.29 0 0.35 0.69
HSL 109.29º 0.22% 0.25% -
HSV(B) 109.29º 0.35% 0.31% -
XYZ 5.02 6.67 4.15 -
YUV 68.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 56 79 51 0.29 0 0.35 0.69 109.29 0.22 0.25
Hex 38 4F 33 1D 0 23 45 6D 16 19
Octal 70 117 63 35 0 43 105 155 26 31
Binary 111000 1001111 110011 11101 0 100011 1000101 1101101 10110 11001

Color Harmonies of #384F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F33

Black with #384F33

Text Example


Text Example

White with #384F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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