#38552F

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

Shades of Palm Leaf #38552F

Tints of Palm Leaf #38552F

Color information

#38552F (or 0x38552F) is unknown color: approx Palm Leaf. HEX triplet: 38, 55 and 2F. RGB value is (56,85,47). Sum of RGB (Red+Green+Blue) = 56+85+47=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #38552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38552F is #C7AAD0. Grayscale: #484848. Windows color (decimal): -13085393 or 3102008. OLE color: 3102008.

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

Color convert

RGB568547-
CMYK0.3400.450.67
HSL105.79º28.79%25.88%-
HSV(B)105.79º44.71%33.33%-
XYZ5.397.543.86-
YUV72113.89116.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.79%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 47 (18.75% from 255) = 25%
R=29.79%
G=45.21%
B=25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685470.3400.450.67105.7928.7925.88
Hex38552F2202D436a1d1a
Octal7012557420551031523532
Binary11100010101011011111000100101101100001111010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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