Html Css Color HEX #384D35 Palm Leaf

📋 copy color: '#384D35'

red 56 ◦ green 77 ◦ blue 53

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

Shades of Palm Leaf #384D35

Tints of Palm Leaf #384D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.49%

R = 30.11%
G = 41.4%
B = 28.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.70

RGB Variations

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

Color information

#384D35 (or 0x384D35) is known color: Palm Leaf. HEX triplet: 38, 4D and 35. RGB value is (56,77,53). Sum of RGB (Red+Green+Blue) = 56+77+53=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 77 - color contains mainly: green. Hex color #384D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D35 is #C7B2CA. Grayscale: #444444. Windows color (decimal): -13087435 or 3493176. OLE color: 3493176.

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

Color convert

RGB 56 77 53 -
CMYK 0.27 0 0.31 0.70
HSL 112.5º 0.18% 0.25% -
HSV(B) 112.5º 0.31% 0.3% -
XYZ 4.93 6.41 4.34 -
YUV 67.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 56 77 53 0.27 0 0.31 0.70 112.5 0.18 0.25
Hex 38 4D 35 1B 0 1F 46 70 12 19
Octal 70 115 65 33 0 37 106 160 22 31
Binary 111000 1001101 110101 11011 0 11111 1000110 1110000 10010 11001

Color Harmonies of #384D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D35

Black with #384D35

Text Example


Text Example

White with #384D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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