#384B34

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

Shades of Palm Leaf #384B34

Tints of Palm Leaf #384B34

Color information

#384B34 (or 0x384B34) is unknown color: approx Palm Leaf. HEX triplet: 38, 4B and 34. RGB value is (56,75,52). Sum of RGB (Red+Green+Blue) = 56+75+52=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #384B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B34 is #C7B4CB. Grayscale: #424242. Windows color (decimal): -13087948 or 3427128. OLE color: 3427128.

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

Color convert

RGB567552-
CMYK0.2500.310.71
HSL109.57º18.11%24.9%-
HSV(B)109.57º30.67%29.41%-
XYZ4.776.124.18-
YUV66.7119.71120.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 52 (20.70% from 255) = 28.42%
R=30.60%
G=40.98%
B=28.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675520.2500.310.71109.5718.1124.9
Hex384B341901F476e1219
Octal7011364310371071562231
Binary111000100101111010011001011111100011111011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,75,52); }

 H1.HeaderClassName
 {
   color: #384B34;
 }
 .AnyTagClassName
 {
   color: #384B34;
 }
</style>
background-color css

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

 a { background-color: rgb(56,75,52); }

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

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

 span { border-color: rgb(56,75,52); }

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