#3D990D

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

Shades of La Palma #3D990D

Tints of La Palma #3D990D

Color information

#3D990D (or 0x3D990D) is unknown color: approx La Palma. HEX triplet: 3D, 99 and 0D. RGB value is (61,153,13). Sum of RGB (Red+Green+Blue) = 61+153+13=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 153 (60.16% from 255 or 67.40% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 153 - color contains mainly: green. Hex color #3D990D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D990D is #C266F2. Grayscale: #6E6E6E. Windows color (decimal): -12740339 or 891197. OLE color: 891197.

HSL color Cylindrical-coordinate representation of color #3D990D: hue angle of 99.43º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D990D is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB6115313-
CMYK0.6000.920.4
HSL99.43º84.34%32.55%-
HSV(B)99.43º91.5%60%-
XYZ13.3923.84.27-
YUV109.5373.5293.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.87%
GREEN value IS 153 (60.16% from 255) = 67.40%
BLUE value IS 13 (5.47% from 255) = 5.73%
R=26.87%
G=67.40%
B=5.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61153130.6000.920.499.4384.3432.55
Hex3D99D3C05C28635421
Octal75231157401345014312441
Binary1111011001100111011111000101110010100011000111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D990D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,153,13); }

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

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

 a { background-color: rgb(61,153,13); }

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

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

 span { border-color: rgb(61,153,13); }

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