#38532F

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

Shades of Palm Leaf #38532F

Tints of Palm Leaf #38532F

Color information

#38532F (or 0x38532F) is unknown color: approx Palm Leaf. HEX triplet: 38, 53 and 2F. RGB value is (56,83,47). Sum of RGB (Red+Green+Blue) = 56+83+47=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #38532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38532F is #C7ACD0. Grayscale: #464646. Windows color (decimal): -13085905 or 3101496. OLE color: 3101496.

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

Color convert

RGB568347-
CMYK0.3300.430.67
HSL105º27.69%25.49%-
HSV(B)105º43.37%32.55%-
XYZ5.247.233.81-
YUV70.82114.55117.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 47 (18.75% from 255) = 25.27%
R=30.11%
G=44.62%
B=25.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683470.3300.430.6710527.6925.49
Hex38532F2102B43691c19
Octal7012357410531031513431
Binary11100010100111011111000010101011100001111010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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