#3D8F3D

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

Shades of La Palma #3D8F3D

Tints of La Palma #3D8F3D

Color information

#3D8F3D (or 0x3D8F3D) is unknown color: approx La Palma. HEX triplet: 3D, 8F and 3D. RGB value is (61,143,61). Sum of RGB (Red+Green+Blue) = 61+143+61=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 143 (56.25% from 255 or 53.96% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 143 - color contains mainly: green. Hex color #3D8F3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8F3D is #C270C2. Grayscale: #6D6D6D. Windows color (decimal): -12742851 or 4034365. OLE color: 4034365.

HSL color Cylindrical-coordinate representation of color #3D8F3D: hue angle of 120º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8F3D is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB6114361-
CMYK0.5700.570.44
HSL120º40.2%40%-
HSV(B)120º57.34%56.08%-
XYZ12.5920.977.8-
YUV109.13100.8393.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.02%
GREEN value IS 143 (56.25% from 255) = 53.96%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=23.02%
G=53.96%
B=23.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61143610.5700.570.4412040.240
Hex3D8F3D390392C782828
Octal752177571071541705050
Binary1111011000111111110111100101110011011001111000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,143,61); }

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

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

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

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

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

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

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