Html Css Color HEX #469D22 La Palma

📋 copy color: '#469D22'

red 70 ◦ green 157 ◦ blue 34

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

Shades of La Palma #469D22

Tints of La Palma #469D22

RGB

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

 GREEN value IS 157 (61.72% from 255) = 60.15%

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

R = 26.82%
G = 60.15%
B = 13.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#469D22 (or 0x469D22) is known color: La Palma. HEX triplet: 46, 9D and 22. RGB value is (70,157,34). Sum of RGB (Red+Green+Blue) = 70+157+34=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #469D22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469D22 is #B962DD. Grayscale: #757575. Windows color (decimal): -12149470 or 2268486. OLE color: 2268486.

HSL color Cylindrical-coordinate representation of color #469D22: hue angle of 102.44º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #469D22 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 157 34 -
CMYK 0.55 0 0.78 0.38
HSL 102.44º 0.64% 0.37% -
HSV(B) 102.44º 0.78% 0.62% -
XYZ 14.87 25.53 5.66 -
YUV 116.97 81.18 94.5 -
System Red Green Blue C M Y K H S L
Decimal 70 157 34 0.55 0 0.78 0.38 102.44 0.64 0.37
Hex 46 9D 22 37 0 4E 26 66 40 25
Octal 106 235 42 67 0 116 46 146 100 45
Binary 1000110 10011101 100010 110111 0 1001110 100110 1100110 1000000 100101

Color Harmonies of #469D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D22

Black with #469D22

Text Example


Text Example

White with #469D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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