Html Css Color HEX #469C22 La Palma

📋 copy color: '#469C22'

red 70 ◦ green 156 ◦ blue 34

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

Shades of La Palma #469C22

Tints of La Palma #469C22

RGB

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

 GREEN value IS 156 (61.33% from 255) = 60%

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

R = 26.92%
G = 60%
B = 13.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#469C22 (or 0x469C22) is known color: La Palma. HEX triplet: 46, 9C and 22. RGB value is (70,156,34). Sum of RGB (Red+Green+Blue) = 70+156+34=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 156 (61.33% from 255 or 60% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 156 - color contains mainly: green. Hex color #469C22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C22 is #B963DD. Grayscale: #747474. Windows color (decimal): -12149726 or 2268230. OLE color: 2268230.

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

Color convert

RGB 70 156 34 -
CMYK 0.55 0 0.78 0.39
HSL 102.3º 0.64% 0.37% -
HSV(B) 102.3º 0.78% 0.61% -
XYZ 14.7 25.19 5.6 -
YUV 116.38 81.51 94.92 -
System Red Green Blue C M Y K H S L
Decimal 70 156 34 0.55 0 0.78 0.39 102.3 0.64 0.37
Hex 46 9C 22 37 0 4E 27 66 40 25
Octal 106 234 42 67 0 116 47 146 100 45
Binary 1000110 10011100 100010 110111 0 1001110 100111 1100110 1000000 100101

Color Harmonies of #469C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C22

Black with #469C22

Text Example


Text Example

White with #469C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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