Html Css Color HEX #46990F La Palma

📋 copy color: '#46990F'

red 70 ◦ green 153 ◦ blue 15

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

Shades of La Palma #46990F

Tints of La Palma #46990F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 64.29%

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

R = 29.41%
G = 64.29%
B = 6.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#46990F (or 0x46990F) is known color: La Palma. HEX triplet: 46, 99 and 0F. RGB value is (70,153,15). Sum of RGB (Red+Green+Blue) = 70+153+15=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #46990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46990F is #B966F0. Grayscale: #707070. Windows color (decimal): -12150513 or 1022278. OLE color: 1022278.

HSL color Cylindrical-coordinate representation of color #46990F: hue angle of 96.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46990F is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 153 15 -
CMYK 0.54 0 0.90 0.4
HSL 96.09º 0.82% 0.33% -
HSV(B) 96.09º 0.9% 0.6% -
XYZ 14 24.12 4.37 -
YUV 112.45 73 97.72 -
System Red Green Blue C M Y K H S L
Decimal 70 153 15 0.54 0 0.90 0.4 96.09 0.82 0.33
Hex 46 99 F 36 0 5A 28 60 52 21
Octal 106 231 17 66 0 132 50 140 122 41
Binary 1000110 10011001 1111 110110 0 1011010 101000 1100000 1010010 100001

Color Harmonies of #46990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46990F

Black with #46990F

Text Example


Text Example

White with #46990F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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