#38532D

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

Shades of Palm Leaf #38532D

Tints of Palm Leaf #38532D

Color information

#38532D (or 0x38532D) is unknown color: approx Palm Leaf. HEX triplet: 38, 53 and 2D. RGB value is (56,83,45). Sum of RGB (Red+Green+Blue) = 56+83+45=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #38532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38532D is #C7ACD2. Grayscale: #464646. Windows color (decimal): -13085907 or 2970424. OLE color: 2970424.

HSL color Cylindrical-coordinate representation of color #38532D: hue angle of 102.63º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38532D is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB568345-
CMYK0.3300.460.67
HSL102.63º29.69%25.1%-
HSV(B)102.63º45.78%32.55%-
XYZ5.27.223.6-
YUV70.6113.55117.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=30.43%
G=45.11%
B=24.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683450.3300.460.67102.6329.6925.1
Hex38532D2102E43671e19
Octal7012355410561031473631
Binary11100010100111011011000010101110100001111001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38532D; }

 p { color: rgb(56,83,45); }

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

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

 a { background-color: rgb(56,83,45); }

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

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

 span { border-color: rgb(56,83,45); }

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