Html Css Color HEX #469316 La Palma

📋 copy color: '#469316'

red 70 ◦ green 147 ◦ blue 22

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

Shades of La Palma #469316

Tints of La Palma #469316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.51%

 BLUE value IS 22 (8.98% from 255) = 9.21%

R = 29.29%
G = 61.51%
B = 9.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#469316 (or 0x469316) is known color: La Palma. HEX triplet: 46, 93 and 16. RGB value is (70,147,22). Sum of RGB (Red+Green+Blue) = 70+147+22=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #469316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469316 is #B96CE9. Grayscale: #6E6E6E. Windows color (decimal): -12152042 or 1479494. OLE color: 1479494.

HSL color Cylindrical-coordinate representation of color #469316: hue angle of 96.96º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #469316 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 147 22 -
CMYK 0.52 0 0.85 0.42
HSL 96.96º 0.74% 0.33% -
HSV(B) 96.96º 0.85% 0.58% -
XYZ 13.1 22.23 4.36 -
YUV 109.73 78.49 99.66 -
System Red Green Blue C M Y K H S L
Decimal 70 147 22 0.52 0 0.85 0.42 96.96 0.74 0.33
Hex 46 93 16 34 0 55 2A 61 4A 21
Octal 106 223 26 64 0 125 52 141 112 41
Binary 1000110 10010011 10110 110100 0 1010101 101010 1100001 1001010 100001

Color Harmonies of #469316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469316

Black with #469316

Text Example


Text Example

White with #469316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469316; }

 p { color: rgb(70,147,22); }

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

background-color css

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

 a { background-color: rgb(70,147,22); }

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

border-color css

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

 span { border-color: rgb(70,147,22); }

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