#384034

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

Shades of Palm Leaf #384034

Tints of Palm Leaf #384034

Color information

#384034 (or 0x384034) is unknown color: approx Palm Leaf. HEX triplet: 38, 40 and 34. RGB value is (56,64,52). Sum of RGB (Red+Green+Blue) = 56+64+52=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #384034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384034 is #C7BFCB. Grayscale: #3C3C3C. Windows color (decimal): -13090764 or 3424312. OLE color: 3424312.

HSL color Cylindrical-coordinate representation of color #384034: hue angle of 100º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #384034 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB566452-
CMYK0.1300.190.75
HSL100º10.34%22.75%-
HSV(B)100º18.75%25.1%-
XYZ4.084.763.95-
YUV60.24123.35124.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 52 (20.70% from 255) = 30.23%
R=32.56%
G=37.21%
B=30.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664520.1300.190.7510010.3422.75
Hex384034D0134B64a17
Octal7010064150231131441227
Binary1110001000000110100110101001110010111100100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384034; }

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

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

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

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

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

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

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

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