#38502D

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

Shades of Palm Leaf #38502D

Tints of Palm Leaf #38502D

Color information

#38502D (or 0x38502D) is unknown color: approx Palm Leaf. HEX triplet: 38, 50 and 2D. RGB value is (56,80,45). Sum of RGB (Red+Green+Blue) = 56+80+45=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #38502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38502D is #C7AFD2. Grayscale: #444444. Windows color (decimal): -13086675 or 2969656. OLE color: 2969656.

HSL color Cylindrical-coordinate representation of color #38502D: hue angle of 101.14º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #38502D is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB568045-
CMYK0.3000.440.69
HSL101.14º28%24.51%-
HSV(B)101.14º43.75%31.37%-
XYZ4.976.773.53-
YUV68.83114.55118.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=30.94%
G=44.20%
B=24.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680450.3000.440.69101.142824.51
Hex38502D1E02C45651c19
Octal7012055360541051453431
Binary1110001010000101101111100101100100010111001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38502D; }

 p { color: rgb(56,80,45); }

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

<style>
 a { background-color: #38502D; }

 a { background-color: rgb(56,80,45); }

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

<style>
 span { border-color: #38502D; }

 span { border-color: rgb(56,80,45); }

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