#38552A

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

Shades of Palm Leaf #38552A

Tints of Palm Leaf #38552A

Color information

#38552A (or 0x38552A) is unknown color: approx Palm Leaf. HEX triplet: 38, 55 and 2A. RGB value is (56,85,42). Sum of RGB (Red+Green+Blue) = 56+85+42=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #38552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38552A is #C7AAD5. Grayscale: #474747. Windows color (decimal): -13085398 or 2774328. OLE color: 2774328.

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

Color convert

RGB568542-
CMYK0.3400.510.67
HSL100.47º33.86%24.9%-
HSV(B)100.47º50.59%33.33%-
XYZ5.37.53.36-
YUV71.43111.39117-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=30.60%
G=46.45%
B=22.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685420.3400.510.67100.4733.8624.9
Hex38552A2203343642219
Octal7012552420631031444231
Binary111000101010110101010001001100111000011110010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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