Html Css Color HEX #46950F La Palma

📋 copy color: '#46950F'

red 70 ◦ green 149 ◦ blue 15

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

Shades of La Palma #46950F

Tints of La Palma #46950F

RGB

 RED value IS 70 (27.73% from 255) = 29.91%

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

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 29.91%
G = 63.68%
B = 6.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#46950F (or 0x46950F) is known color: La Palma. HEX triplet: 46, 95 and 0F. RGB value is (70,149,15). Sum of RGB (Red+Green+Blue) = 70+149+15=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #46950F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46950F is #B96AF0. Grayscale: #6E6E6E. Windows color (decimal): -12151537 or 1021254. OLE color: 1021254.

HSL color Cylindrical-coordinate representation of color #46950F: hue angle of 95.37º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46950F is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 149 15 -
CMYK 0.53 0 0.90 0.42
HSL 95.37º 0.82% 0.32% -
HSV(B) 95.37º 0.9% 0.58% -
XYZ 13.36 22.83 4.15 -
YUV 110.1 74.33 99.4 -
System Red Green Blue C M Y K H S L
Decimal 70 149 15 0.53 0 0.90 0.42 95.37 0.82 0.32
Hex 46 95 F 35 0 5A 2A 5F 52 20
Octal 106 225 17 65 0 132 52 137 122 40
Binary 1000110 10010101 1111 110101 0 1011010 101010 1011111 1010010 100000

Color Harmonies of #46950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46950F

Black with #46950F

Text Example


Text Example

White with #46950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46950F; }

 p { color: rgb(70,149,15); }

 H1.HeaderClassName
 {
   color: #46950F;
 }
 .AnyTagClassName
 {
   color: #46950F;
 }
</style>

background-color css

<style>
 a { background-color: #46950F; }

 a { background-color: rgb(70,149,15); }

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

border-color css

<style>
 span { border-color: #46950F; }

 span { border-color: rgb(70,149,15); }

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