Html Css Color HEX #469919 La Palma

📋 copy color: '#469919'

red 70 ◦ green 153 ◦ blue 25

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

Shades of La Palma #469919

Tints of La Palma #469919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.08%

R = 28.23%
G = 61.69%
B = 10.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#469919 (or 0x469919) is known color: La Palma. HEX triplet: 46, 99 and 19. RGB value is (70,153,25). Sum of RGB (Red+Green+Blue) = 70+153+25=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 153 (60.16% from 255 or 61.69% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 153 - color contains mainly: green. Hex color #469919 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469919 is #B966E6. Grayscale: #727272. Windows color (decimal): -12150503 or 1677638. OLE color: 1677638.

HSL color Cylindrical-coordinate representation of color #469919: hue angle of 98.91º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #469919 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 153 25 -
CMYK 0.54 0 0.84 0.4
HSL 98.91º 0.72% 0.35% -
HSV(B) 98.91º 0.84% 0.6% -
XYZ 14.09 24.15 4.84 -
YUV 113.59 78 96.91 -
System Red Green Blue C M Y K H S L
Decimal 70 153 25 0.54 0 0.84 0.4 98.91 0.72 0.35
Hex 46 99 19 36 0 54 28 63 48 23
Octal 106 231 31 66 0 124 50 143 110 43
Binary 1000110 10011001 11001 110110 0 1010100 101000 1100011 1001000 100011

Color Harmonies of #469919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469919

Black with #469919

Text Example


Text Example

White with #469919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469919; }

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

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

background-color css

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

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

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

border-color css

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

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

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