#38960E

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

Shades of La Palma #38960E

Tints of La Palma #38960E

Color information

#38960E (or 0x38960E) is unknown color: approx La Palma. HEX triplet: 38, 96 and 0E. RGB value is (56,150,14). Sum of RGB (Red+Green+Blue) = 56+150+14=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 150 (58.98% from 255 or 68.18% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 150 - color contains mainly: green. Hex color #38960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38960E is #C769F1. Grayscale: #6A6A6A. Windows color (decimal): -13068786 or 955960. OLE color: 955960.

HSL color Cylindrical-coordinate representation of color #38960E: hue angle of 101.47º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38960E is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB5615014-
CMYK0.6300.910.41
HSL101.47º82.93%32.16%-
HSV(B)101.47º90.67%58.82%-
XYZ12.6222.694.13-
YUV106.3975.8692.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 150 (58.98% from 255) = 68.18%
BLUE value IS 14 (5.86% from 255) = 6.36%
R=25.45%
G=68.18%
B=6.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56150140.6300.910.41101.4782.9332.16
Hex3896E3F05B29655320
Octal70226167701335114512340
Binary1110001001011011101111110101101110100111001011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38960E; }

 p { color: rgb(56,150,14); }

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

<style>
 a { background-color: #38960E; }

 a { background-color: rgb(56,150,14); }

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

<style>
 span { border-color: #38960E; }

 span { border-color: rgb(56,150,14); }

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