#3D8D07

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

Shades of La Palma #3D8D07

Tints of La Palma #3D8D07

Color information

#3D8D07 (or 0x3D8D07) is unknown color: approx La Palma. HEX triplet: 3D, 8D and 07. RGB value is (61,141,7). Sum of RGB (Red+Green+Blue) = 61+141+7=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 141 (55.47% from 255 or 67.46% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 141 - color contains mainly: green. Hex color #3D8D07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D8D07 is #C272F8. Grayscale: #666666. Windows color (decimal): -12743417 or 494909. OLE color: 494909.

HSL color Cylindrical-coordinate representation of color #3D8D07: hue angle of 95.82º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D8D07 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB611417-
CMYK0.5700.950.45
HSL95.82º90.54%29.02%-
HSV(B)95.82º95.04%55.29%-
XYZ11.4920.063.47-
YUV101.874.598.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.19%
GREEN value IS 141 (55.47% from 255) = 67.46%
BLUE value IS 7 (3.12% from 255) = 3.35%
R=29.19%
G=67.46%
B=3.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6114170.5700.950.4595.8290.5429.02
Hex3D8D73905F2D605b1d
Octal7521577101375514013335
Binary11110110001101111111001010111111011011100000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,141,7); }

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

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

 a { background-color: rgb(61,141,7); }

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

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

 span { border-color: rgb(61,141,7); }

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