Html Css Color HEX #384830 Palm Leaf

📋 copy color: '#384830'

red 56 ◦ green 72 ◦ blue 48

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

Shades of Palm Leaf #384830

Tints of Palm Leaf #384830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.91%

 BLUE value IS 48 (19.14% from 255) = 27.27%

R = 31.82%
G = 40.91%
B = 27.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#384830 (or 0x384830) is known color: Palm Leaf. HEX triplet: 38, 48 and 30. RGB value is (56,72,48). Sum of RGB (Red+Green+Blue) = 56+72+48=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #384830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384830 is #C7B7CF. Grayscale: #404040. Windows color (decimal): -13088720 or 3164216. OLE color: 3164216.

HSL color Cylindrical-coordinate representation of color #384830: hue angle of 100º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #384830 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 48 -
CMYK 0.22 0 0.33 0.72
HSL 100º 0.2% 0.24% -
HSV(B) 100º 0.33% 0.28% -
XYZ 4.48 5.69 3.66 -
YUV 64.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 56 72 48 0.22 0 0.33 0.72 100 0.2 0.24
Hex 38 48 30 16 0 21 48 64 14 18
Octal 70 110 60 26 0 41 110 144 24 30
Binary 111000 1001000 110000 10110 0 100001 1001000 1100100 10100 11000

Color Harmonies of #384830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384830

Black with #384830

Text Example


Text Example

White with #384830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384830; }

 p { color: rgb(56,72,48); }

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

background-color css

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

 a { background-color: rgb(56,72,48); }

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

border-color css

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

 span { border-color: rgb(56,72,48); }

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