Html Css Color HEX #469502 La Palma

📋 copy color: '#469502'

red 70 ◦ green 149 ◦ blue 2

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

Shades of La Palma #469502

Tints of La Palma #469502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 31.67%
G = 67.42%
B = 0.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#469502 (or 0x469502) is known color: La Palma. HEX triplet: 46, 95 and 02. RGB value is (70,149,2). Sum of RGB (Red+Green+Blue) = 70+149+2=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 149 (58.59% from 255 or 67.42% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 149 - color contains mainly: green. Hex color #469502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469502 is #B96AFD. Grayscale: #6D6D6D. Windows color (decimal): -12151550 or 169286. OLE color: 169286.

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

Color convert

RGB 70 149 2 -
CMYK 0.53 0 0.99 0.42
HSL 92.24º 0.97% 0.3% -
HSV(B) 92.24º 0.99% 0.58% -
XYZ 13.28 22.8 3.76 -
YUV 108.62 67.83 100.45 -
System Red Green Blue C M Y K H S L
Decimal 70 149 2 0.53 0 0.99 0.42 92.24 0.97 0.3
Hex 46 95 2 35 0 63 2A 5C 61 1E
Octal 106 225 2 65 0 143 52 134 141 36
Binary 1000110 10010101 10 110101 0 1100011 101010 1011100 1100001 11110

Color Harmonies of #469502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469502

Black with #469502

Text Example


Text Example

White with #469502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469502; }

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

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

background-color css

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

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

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

border-color css

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

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

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