#38512C

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

Shades of Palm Leaf #38512C

Tints of Palm Leaf #38512C

Color information

#38512C (or 0x38512C) is unknown color: approx Palm Leaf. HEX triplet: 38, 51 and 2C. RGB value is (56,81,44). Sum of RGB (Red+Green+Blue) = 56+81+44=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #38512C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38512C is #C7AED3. Grayscale: #454545. Windows color (decimal): -13086420 or 2904376. OLE color: 2904376.

HSL color Cylindrical-coordinate representation of color #38512C: hue angle of 100.54º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38512C is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB568144-
CMYK0.3100.460.68
HSL100.54º29.6%24.51%-
HSV(B)100.54º45.68%31.76%-
XYZ5.036.913.45-
YUV69.31113.72118.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=30.94%
G=44.75%
B=24.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681440.3100.460.68100.5429.624.51
Hex38512C1F02E44651e19
Octal7012154370561041453631
Binary1110001010001101100111110101110100010011001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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