#384830

Color #384830 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #384830

Tints of Palm Leaf #384830

Color information

#384830 (or 0x384830) is unknown color: approx 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

RGB567248-
CMYK0.2200.330.72
HSL100º20%23.53%-
HSV(B)100º33.33%28.24%-
XYZ4.485.693.66-
YUV64.48118.7121.95-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672480.2200.330.721002023.53
Hex3848301602148641418
Octal7011060260411101442430
Binary1110001001000110000101100100001100100011001001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>