#43950E

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

Shades of La Palma #43950E

Tints of La Palma #43950E

Color information

#43950E (or 0x43950E) is unknown color: approx La Palma. HEX triplet: 43, 95 and 0E. RGB value is (67,149,14). Sum of RGB (Red+Green+Blue) = 67+149+14=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 149 (58.59% from 255 or 64.78% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 149 - color contains mainly: green. Hex color #43950E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #43950E is #BC6AF1. Grayscale: #6D6D6D. Windows color (decimal): -12348146 or 955715. OLE color: 955715.

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

Color convert

RGB6714914-
CMYK0.5500.910.42
HSL96.44º82.82%31.96%-
HSV(B)96.44º90.6%58.43%-
XYZ13.1422.724.11-
YUV109.0974.3397.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.13%
GREEN value IS 149 (58.59% from 255) = 64.78%
BLUE value IS 14 (5.86% from 255) = 6.09%
R=29.13%
G=64.78%
B=6.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67149140.5500.910.4296.4482.8231.96
Hex4395E3705B2A605320
Octal103225166701335214012340
Binary10000111001010111101101110101101110101011000001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43950E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,149,14); }

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

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

 a { background-color: rgb(67,149,14); }

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

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

 span { border-color: rgb(67,149,14); }

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