#38952D

Color #38952D La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #38952D

Tints of La Palma #38952D

Color information

#38952D (or 0x38952D) is unknown color: approx La Palma. HEX triplet: 38, 95 and 2D. RGB value is (56,149,45). Sum of RGB (Red+Green+Blue) = 56+149+45=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #38952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38952D is #C76AD2. Grayscale: #6D6D6D. Windows color (decimal): -13069011 or 2987320. OLE color: 2987320.

HSL color Cylindrical-coordinate representation of color #38952D: hue angle of 113.65º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38952D is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB5614945-
CMYK0.6200.700.42
HSL113.65º53.61%38.04%-
HSV(B)113.65º69.8%58.43%-
XYZ12.8522.536.15-
YUV109.3491.6989.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 149 (58.59% from 255) = 59.6%
BLUE value IS 45 (17.97% from 255) = 18%
R=22.4%
G=59.6%
B=18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56149450.6200.700.42113.6553.6138.04
Hex38952D3E0462A723626
Octal7022555760106521626646
Binary11100010010101101101111110010001101010101110010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38952D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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