#3A990C

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

Shades of La Palma #3A990C

Tints of La Palma #3A990C

Color information

#3A990C (or 0x3A990C) is unknown color: approx La Palma. HEX triplet: 3A, 99 and 0C. RGB value is (58,153,12). Sum of RGB (Red+Green+Blue) = 58+153+12=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 153 (60.16% from 255 or 68.61% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 153 - color contains mainly: green. Hex color #3A990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A990C is #C566F3. Grayscale: #6C6C6C. Windows color (decimal): -12936948 or 825658. OLE color: 825658.

HSL color Cylindrical-coordinate representation of color #3A990C: hue angle of 100.43º 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 #3A990C is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB5815312-
CMYK0.6200.920.4
HSL100.43º85.45%32.35%-
HSV(B)100.43º92.16%60%-
XYZ13.223.714.23-
YUV108.5273.5391.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 153 (60.16% from 255) = 68.61%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=26.01%
G=68.61%
B=5.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal58153120.6200.920.4100.4385.4532.35
Hex3A99C3E05C28645520
Octal72231147601345014412540
Binary1110101001100111001111100101110010100011001001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,153,12); }

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

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

 a { background-color: rgb(58,153,12); }

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

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

 span { border-color: rgb(58,153,12); }

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