#384134

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

Shades of Palm Leaf #384134

Tints of Palm Leaf #384134

Color information

#384134 (or 0x384134) is unknown color: approx Palm Leaf. HEX triplet: 38, 41 and 34. RGB value is (56,65,52). Sum of RGB (Red+Green+Blue) = 56+65+52=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #384134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384134 is #C7BECB. Grayscale: #3C3C3C. Windows color (decimal): -13090508 or 3424568. OLE color: 3424568.

HSL color Cylindrical-coordinate representation of color #384134: hue angle of 101.54º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #384134 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB566552-
CMYK0.1400.200.75
HSL101.54º11.11%22.94%-
HSV(B)101.54º20%25.49%-
XYZ4.144.873.97-
YUV60.83123.02124.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 52 (20.70% from 255) = 30.06%
R=32.37%
G=37.57%
B=30.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665520.1400.200.75101.5411.1122.94
Hex384134E0144B66b17
Octal7010164160241131461327
Binary1110001000001110100111001010010010111100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384134; }

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

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

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

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

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

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

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

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