Html Css Color HEX #469419 La Palma

📋 copy color: '#469419'

red 70 ◦ green 148 ◦ blue 25

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

Shades of La Palma #469419

Tints of La Palma #469419

RGB

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

 GREEN value IS 148 (58.2% from 255) = 60.91%

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

R = 28.81%
G = 60.91%
B = 10.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#469419 (or 0x469419) is known color: La Palma. HEX triplet: 46, 94 and 19. RGB value is (70,148,25). Sum of RGB (Red+Green+Blue) = 70+148+25=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #469419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469419 is #B96BE6. Grayscale: #6F6F6F. Windows color (decimal): -12151783 or 1676358. OLE color: 1676358.

HSL color Cylindrical-coordinate representation of color #469419: hue angle of 98.05º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #469419 is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 148 25 -
CMYK 0.53 0 0.83 0.42
HSL 98.05º 0.71% 0.34% -
HSV(B) 98.05º 0.83% 0.58% -
XYZ 13.29 22.55 4.57 -
YUV 110.66 79.66 99 -
System Red Green Blue C M Y K H S L
Decimal 70 148 25 0.53 0 0.83 0.42 98.05 0.71 0.34
Hex 46 94 19 35 0 53 2A 62 47 22
Octal 106 224 31 65 0 123 52 142 107 42
Binary 1000110 10010100 11001 110101 0 1010011 101010 1100010 1000111 100010

Color Harmonies of #469419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469419

Black with #469419

Text Example


Text Example

White with #469419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469419; }

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

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

background-color css

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

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

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

border-color css

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

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

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