Html Css Color HEX #469422 La Palma

📋 copy color: '#469422'

red 70 ◦ green 148 ◦ blue 34

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

Shades of La Palma #469422

Tints of La Palma #469422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.49%

R = 27.78%
G = 58.73%
B = 13.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#469422 (or 0x469422) is known color: La Palma. HEX triplet: 46, 94 and 22. RGB value is (70,148,34). Sum of RGB (Red+Green+Blue) = 70+148+34=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #469422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469422 is #B96BDD. Grayscale: #707070. Windows color (decimal): -12151774 or 2266182. OLE color: 2266182.

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

Color convert

RGB 70 148 34 -
CMYK 0.53 0 0.77 0.42
HSL 101.05º 0.63% 0.36% -
HSV(B) 101.05º 0.77% 0.58% -
XYZ 13.4 22.6 5.17 -
YUV 111.68 84.16 98.27 -
System Red Green Blue C M Y K H S L
Decimal 70 148 34 0.53 0 0.77 0.42 101.05 0.63 0.36
Hex 46 94 22 35 0 4D 2A 65 3F 24
Octal 106 224 42 65 0 115 52 145 77 44
Binary 1000110 10010100 100010 110101 0 1001101 101010 1100101 111111 100100

Color Harmonies of #469422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469422

Black with #469422

Text Example


Text Example

White with #469422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469422; }

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

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

background-color css

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

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

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

border-color css

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

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

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