#384135

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

Shades of Palm Leaf #384135

Tints of Palm Leaf #384135

Color information

#384135 (or 0x384135) is unknown color: approx Palm Leaf. HEX triplet: 38, 41 and 35. RGB value is (56,65,53). Sum of RGB (Red+Green+Blue) = 56+65+53=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 65 - color contains mainly: green. Hex color #384135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384135 is #C7BECA. Grayscale: #3C3C3C. Windows color (decimal): -13090507 or 3490104. OLE color: 3490104.

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

Color convert

RGB566553-
CMYK0.1400.180.75
HSL105º10.17%23.14%-
HSV(B)105º18.46%25.49%-
XYZ4.164.884.09-
YUV60.94123.52124.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=32.18%
G=37.36%
B=30.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665530.1400.180.7510510.1723.14
Hex384135E0124B69a17
Octal7010165160221131511227
Binary1110001000001110101111001001010010111101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384135; }

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

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

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

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

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

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

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

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