Html Css Color HEX #3F9D14 La Palma

📋 copy color: '#3F9D14'

red 63 ◦ green 157 ◦ blue 20

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

Shades of La Palma #3F9D14

Tints of La Palma #3F9D14

RGB

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

 GREEN value IS 157 (61.72% from 255) = 65.42%

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 26.25%
G = 65.42%
B = 8.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#3F9D14 (or 0x3F9D14) is known color: La Palma. HEX triplet: 3F, 9D and 14. RGB value is (63,157,20). Sum of RGB (Red+Green+Blue) = 63+157+20=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 157 (61.72% from 255 or 65.42% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 157 - color contains mainly: green. Hex color #3F9D14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F9D14 is #C062EB. Grayscale: #717171. Windows color (decimal): -12608236 or 1350975. OLE color: 1350975.

HSL color Cylindrical-coordinate representation of color #3F9D14: hue angle of 101.17º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F9D14 is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 157 20 -
CMYK 0.60 0 0.87 0.38
HSL 101.17º 0.77% 0.35% -
HSV(B) 101.17º 0.87% 0.62% -
XYZ 14.23 25.22 4.78 -
YUV 113.28 75.36 92.14 -
System Red Green Blue C M Y K H S L
Decimal 63 157 20 0.60 0 0.87 0.38 101.17 0.77 0.35
Hex 3F 9D 14 3C 0 57 26 65 4D 23
Octal 77 235 24 74 0 127 46 145 115 43
Binary 111111 10011101 10100 111100 0 1010111 100110 1100101 1001101 100011

Color Harmonies of #3F9D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9D14

Black with #3F9D14

Text Example


Text Example

White with #3F9D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,157,20); }

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

background-color css

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

 a { background-color: rgb(63,157,20); }

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

border-color css

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

 span { border-color: rgb(63,157,20); }

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