Html Css Color HEX #3D960E La Palma

📋 copy color: '#3D960E'

red 61 ◦ green 150 ◦ blue 14

#3D960E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #3D960E

Tints of La Palma #3D960E

RGB

 RED value IS 61 (24.22% from 255) = 27.11%

 GREEN value IS 150 (58.98% from 255) = 66.67%

 BLUE value IS 14 (5.86% from 255) = 6.22%

R = 27.11%
G = 66.67%
B = 6.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#3D960E (or 0x3D960E) is known color: La Palma. HEX triplet: 3D, 96 and 0E. RGB value is (61,150,14). Sum of RGB (Red+Green+Blue) = 61+150+14=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 150 (58.98% from 255 or 66.67% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 150 - color contains mainly: green. Hex color #3D960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D960E is #C269F1. Grayscale: #6C6C6C. Windows color (decimal): -12741106 or 955965. OLE color: 955965.

HSL color Cylindrical-coordinate representation of color #3D960E: hue angle of 99.26º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D960E is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 61 150 14 -
CMYK 0.59 0 0.91 0.41
HSL 99.26º 0.83% 0.32% -
HSV(B) 99.26º 0.91% 0.59% -
XYZ 12.91 22.84 4.14 -
YUV 107.89 75.01 94.56 -
System Red Green Blue C M Y K H S L
Decimal 61 150 14 0.59 0 0.91 0.41 99.26 0.83 0.32
Hex 3D 96 E 3B 0 5B 29 63 53 20
Octal 75 226 16 73 0 133 51 143 123 40
Binary 111101 10010110 1110 111011 0 1011011 101001 1100011 1010011 100000

Color Harmonies of #3D960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D960E

Black with #3D960E

Text Example


Text Example

White with #3D960E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,150,14); }

 H1.HeaderClassName
 {
   color: #3D960E;
 }
 .AnyTagClassName
 {
   color: #3D960E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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