#38482F

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

Shades of Palm Leaf #38482F

Tints of Palm Leaf #38482F

Color information

#38482F (or 0x38482F) is unknown color: approx Palm Leaf. HEX triplet: 38, 48 and 2F. RGB value is (56,72,47). Sum of RGB (Red+Green+Blue) = 56+72+47=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #38482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38482F is #C7B7D0. Grayscale: #404040. Windows color (decimal): -13088721 or 3098680. OLE color: 3098680.

HSL color Cylindrical-coordinate representation of color #38482F: hue angle of 98.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #38482F is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB567247-
CMYK0.2200.350.72
HSL98.4º21.01%23.33%-
HSV(B)98.4º34.72%28.24%-
XYZ4.465.683.55-
YUV64.37118.2122.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=32%
G=41.14%
B=26.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672470.2200.350.7298.421.0123.33
Hex38482F1602348621517
Octal7011057260431101422527
Binary1110001001000101111101100100011100100011000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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