#3B980C

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

Shades of La Palma #3B980C

Tints of La Palma #3B980C

Color information

#3B980C (or 0x3B980C) is unknown color: approx La Palma. HEX triplet: 3B, 98 and 0C. RGB value is (59,152,12). Sum of RGB (Red+Green+Blue) = 59+152+12=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 152 (59.77% from 255 or 68.16% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 152 - color contains mainly: green. Hex color #3B980C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B980C is #C467F3. Grayscale: #6C6C6C. Windows color (decimal): -12871668 or 825403. OLE color: 825403.

HSL color Cylindrical-coordinate representation of color #3B980C: hue angle of 99.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B980C is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB5915212-
CMYK0.6100.920.40
HSL99.86º85.37%32.16%-
HSV(B)99.86º92.11%59.61%-
XYZ13.123.414.18-
YUV108.2373.6992.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.46%
GREEN value IS 152 (59.77% from 255) = 68.16%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=26.46%
G=68.16%
B=5.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal59152120.6100.920.4099.8685.3732.16
Hex3B98C3D05C28645520
Octal73230147501345014412540
Binary1110111001100011001111010101110010100011001001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B980C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B980C; }

 p { color: rgb(59,152,12); }

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

<style>
 a { background-color: #3B980C; }

 a { background-color: rgb(59,152,12); }

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

<style>
 span { border-color: #3B980C; }

 span { border-color: rgb(59,152,12); }

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