#384333

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

Shades of Palm Leaf #384333

Tints of Palm Leaf #384333

Color information

#384333 (or 0x384333) is unknown color: approx Palm Leaf. HEX triplet: 38, 43 and 33. RGB value is (56,67,51). Sum of RGB (Red+Green+Blue) = 56+67+51=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 67 - color contains mainly: green. Hex color #384333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384333 is #C7BCCC. Grayscale: #3D3D3D. Windows color (decimal): -13089997 or 3359544. OLE color: 3359544.

HSL color Cylindrical-coordinate representation of color #384333: hue angle of 101.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #384333 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB566751-
CMYK0.1600.240.74
HSL101.25º13.56%23.14%-
HSV(B)101.25º23.88%26.27%-
XYZ4.245.093.89-
YUV61.89121.86123.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=32.18%
G=38.51%
B=29.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5667510.1600.240.74101.2513.5623.14
Hex384333100184A65e17
Octal7010363200301121451627
Binary11100010000111100111000001100010010101100101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384333; }

 p { color: rgb(56,67,51); }

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

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

 a { background-color: rgb(56,67,51); }

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

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

 span { border-color: rgb(56,67,51); }

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