#38552C

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

Shades of Palm Leaf #38552C

Tints of Palm Leaf #38552C

Color information

#38552C (or 0x38552C) is unknown color: approx Palm Leaf. HEX triplet: 38, 55 and 2C. RGB value is (56,85,44). Sum of RGB (Red+Green+Blue) = 56+85+44=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #38552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38552C is #C7AAD3. Grayscale: #474747. Windows color (decimal): -13085396 or 2905400. OLE color: 2905400.

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

Color convert

RGB568544-
CMYK0.3400.480.67
HSL102.44º31.78%25.29%-
HSV(B)102.44º48.24%33.33%-
XYZ5.337.523.55-
YUV71.66112.39116.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=30.27%
G=45.95%
B=23.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685440.3400.480.67102.4431.7825.29
Hex38552C2203043662019
Octal7012554420601031464031
Binary111000101010110110010001001100001000011110011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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