Html Css Color HEX #469219 La Palma

📋 copy color: '#469219'

red 70 ◦ green 146 ◦ blue 25

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

Shades of La Palma #469219

Tints of La Palma #469219

RGB

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

 GREEN value IS 146 (57.42% from 255) = 60.58%

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

R = 29.05%
G = 60.58%
B = 10.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#469219 (or 0x469219) is known color: La Palma. HEX triplet: 46, 92 and 19. RGB value is (70,146,25). Sum of RGB (Red+Green+Blue) = 70+146+25=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #469219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469219 is #B96DE6. Grayscale: #6D6D6D. Windows color (decimal): -12152295 or 1675846. OLE color: 1675846.

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

Color convert

RGB 70 146 25 -
CMYK 0.52 0 0.83 0.43
HSL 97.69º 0.71% 0.34% -
HSV(B) 97.69º 0.83% 0.57% -
XYZ 12.98 21.93 4.47 -
YUV 109.48 80.32 99.84 -
System Red Green Blue C M Y K H S L
Decimal 70 146 25 0.52 0 0.83 0.43 97.69 0.71 0.34
Hex 46 92 19 34 0 53 2B 62 47 22
Octal 106 222 31 64 0 123 53 142 107 42
Binary 1000110 10010010 11001 110100 0 1010011 101011 1100010 1000111 100010

Color Harmonies of #469219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469219

Black with #469219

Text Example


Text Example

White with #469219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469219; }

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

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

background-color css

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

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

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

border-color css

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

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

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