#38542F

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

Shades of Palm Leaf #38542F

Tints of Palm Leaf #38542F

Color information

#38542F (or 0x38542F) is unknown color: approx Palm Leaf. HEX triplet: 38, 54 and 2F. RGB value is (56,84,47). Sum of RGB (Red+Green+Blue) = 56+84+47=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #38542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38542F is #C7ABD0. Grayscale: #474747. Windows color (decimal): -13085649 or 3101752. OLE color: 3101752.

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

Color convert

RGB568447-
CMYK0.3300.440.67
HSL105.41º28.24%25.69%-
HSV(B)105.41º44.05%32.94%-
XYZ5.317.393.83-
YUV71.41114.22117.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=29.95%
G=44.92%
B=25.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684470.3300.440.67105.4128.2425.69
Hex38542F2102C43691c1a
Octal7012457410541031513432
Binary11100010101001011111000010101100100001111010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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