Html Css Color HEX #3F950C La Palma

📋 copy color: '#3F950C'

red 63 ◦ green 149 ◦ blue 12

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

Shades of La Palma #3F950C

Tints of La Palma #3F950C

RGB

 RED value IS 63 (25% from 255) = 28.13%

 GREEN value IS 149 (58.59% from 255) = 66.52%

 BLUE value IS 12 (5.08% from 255) = 5.36%

R = 28.13%
G = 66.52%
B = 5.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#3F950C (or 0x3F950C) is known color: La Palma. HEX triplet: 3F, 95 and 0C. RGB value is (63,149,12). Sum of RGB (Red+Green+Blue) = 63+149+12=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #3F950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F950C is #C06AF3. Grayscale: #6C6C6C. Windows color (decimal): -12610292 or 824639. OLE color: 824639.

HSL color Cylindrical-coordinate representation of color #3F950C: hue angle of 97.66º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F950C is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 149 12 -
CMYK 0.58 0 0.92 0.42
HSL 97.66º 0.85% 0.32% -
HSV(B) 97.66º 0.92% 0.58% -
XYZ 12.86 22.58 4.03 -
YUV 107.67 74.01 96.14 -
System Red Green Blue C M Y K H S L
Decimal 63 149 12 0.58 0 0.92 0.42 97.66 0.85 0.32
Hex 3F 95 C 3A 0 5C 2A 62 55 20
Octal 77 225 14 72 0 134 52 142 125 40
Binary 111111 10010101 1100 111010 0 1011100 101010 1100010 1010101 100000

Color Harmonies of #3F950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F950C

Black with #3F950C

Text Example


Text Example

White with #3F950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,149,12); }

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

background-color css

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

 a { background-color: rgb(63,149,12); }

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

border-color css

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

 span { border-color: rgb(63,149,12); }

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