Html Css Color HEX #47960E La Palma

📋 copy color: '#47960E'

red 71 ◦ green 150 ◦ blue 14

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

Shades of La Palma #47960E

Tints of La Palma #47960E

RGB

 RED value IS 71 (28.13% from 255) = 30.21%

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

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

R = 30.21%
G = 63.83%
B = 5.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#47960E (or 0x47960E) is known color: La Palma. HEX triplet: 47, 96 and 0E. RGB value is (71,150,14). Sum of RGB (Red+Green+Blue) = 71+150+14=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #47960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47960E is #B869F1. Grayscale: #6F6F6F. Windows color (decimal): -12085746 or 955975. OLE color: 955975.

HSL color Cylindrical-coordinate representation of color #47960E: hue angle of 94.85º 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 #47960E is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 150 14 -
CMYK 0.53 0 0.91 0.41
HSL 94.85º 0.83% 0.32% -
HSV(B) 94.85º 0.91% 0.59% -
XYZ 13.58 23.18 4.17 -
YUV 110.88 73.33 99.56 -
System Red Green Blue C M Y K H S L
Decimal 71 150 14 0.53 0 0.91 0.41 94.85 0.83 0.32
Hex 47 96 E 35 0 5B 29 5F 53 20
Octal 107 226 16 65 0 133 51 137 123 40
Binary 1000111 10010110 1110 110101 0 1011011 101001 1011111 1010011 100000

Color Harmonies of #47960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47960E

Black with #47960E

Text Example


Text Example

White with #47960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47960E; }

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

 H1.HeaderClassName
 {
   color: #47960E;
 }
 .AnyTagClassName
 {
   color: #47960E;
 }
</style>

background-color css

<style>
 a { background-color: #47960E; }

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

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

border-color css

<style>
 span { border-color: #47960E; }

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

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