#383F35

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

Shades of Palm Leaf #383F35

Tints of Palm Leaf #383F35

Color information

#383F35 (or 0x383F35) is unknown color: approx Palm Leaf. HEX triplet: 38, 3F and 35. RGB value is (56,63,53). Sum of RGB (Red+Green+Blue) = 56+63+53=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 63 - color contains mainly: green. Hex color #383F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F35 is #C7C0CA. Grayscale: #3B3B3B. Windows color (decimal): -13091019 or 3489592. OLE color: 3489592.

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

Color convert

RGB566353-
CMYK0.1100.160.75
HSL102º8.62%22.75%-
HSV(B)102º15.87%24.71%-
XYZ4.054.654.05-
YUV59.77124.18125.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 63 (25% from 255) = 36.63%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=32.56%
G=36.63%
B=30.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5663530.1100.160.751028.6222.75
Hex383F35B0104B66917
Octal707765130201131461127
Binary111000111111110101101101000010010111100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F35; }

 p { color: rgb(56,63,53); }

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

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

 a { background-color: rgb(56,63,53); }

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

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

 span { border-color: rgb(56,63,53); }

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