Html Css Color HEX #478F12 La Palma

📋 copy color: '#478F12'

red 71 ◦ green 143 ◦ blue 18

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

Shades of La Palma #478F12

Tints of La Palma #478F12

RGB

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

 GREEN value IS 143 (56.25% from 255) = 61.64%

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 30.6%
G = 61.64%
B = 7.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#478F12 (or 0x478F12) is known color: La Palma. HEX triplet: 47, 8F and 12. RGB value is (71,143,18). Sum of RGB (Red+Green+Blue) = 71+143+18=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 143 (56.25% from 255 or 61.64% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 143 - color contains mainly: green. Hex color #478F12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478F12 is #B870ED. Grayscale: #6B6B6B. Windows color (decimal): -12087534 or 1216327. OLE color: 1216327.

HSL color Cylindrical-coordinate representation of color #478F12: hue angle of 94.56º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #478F12 is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 143 18 -
CMYK 0.50 0 0.87 0.44
HSL 94.56º 0.78% 0.32% -
HSV(B) 94.56º 0.87% 0.56% -
XYZ 12.53 21.03 3.97 -
YUV 107.22 77.65 102.16 -
System Red Green Blue C M Y K H S L
Decimal 71 143 18 0.50 0 0.87 0.44 94.56 0.78 0.32
Hex 47 8F 12 32 0 57 2C 5F 4E 20
Octal 107 217 22 62 0 127 54 137 116 40
Binary 1000111 10001111 10010 110010 0 1010111 101100 1011111 1001110 100000

Color Harmonies of #478F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478F12

Black with #478F12

Text Example


Text Example

White with #478F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478F12; }

 p { color: rgb(71,143,18); }

 H1.HeaderClassName
 {
   color: #478F12;
 }
 .AnyTagClassName
 {
   color: #478F12;
 }
</style>

background-color css

<style>
 a { background-color: #478F12; }

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

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

border-color css

<style>
 span { border-color: #478F12; }

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

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