Html Css Color HEX #469115 La Palma

📋 copy color: '#469115'

red 70 ◦ green 145 ◦ blue 21

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

Shades of La Palma #469115

Tints of La Palma #469115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 61.44%

 BLUE value IS 21 (8.59% from 255) = 8.9%

R = 29.66%
G = 61.44%
B = 8.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#469115 (or 0x469115) is known color: La Palma. HEX triplet: 46, 91 and 15. RGB value is (70,145,21). Sum of RGB (Red+Green+Blue) = 70+145+21=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 145 (57.03% from 255 or 61.44% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 145 - color contains mainly: green. Hex color #469115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469115 is #B96EEA. Grayscale: #6C6C6C. Windows color (decimal): -12152555 or 1413446. OLE color: 1413446.

HSL color Cylindrical-coordinate representation of color #469115: hue angle of 96.29º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #469115 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 21 -
CMYK 0.52 0 0.86 0.43
HSL 96.29º 0.75% 0.33% -
HSV(B) 96.29º 0.86% 0.57% -
XYZ 12.79 21.61 4.21 -
YUV 108.44 78.65 100.58 -
System Red Green Blue C M Y K H S L
Decimal 70 145 21 0.52 0 0.86 0.43 96.29 0.75 0.33
Hex 46 91 15 34 0 56 2B 60 4B 21
Octal 106 221 25 64 0 126 53 140 113 41
Binary 1000110 10010001 10101 110100 0 1010110 101011 1100000 1001011 100001

Color Harmonies of #469115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469115

Black with #469115

Text Example


Text Example

White with #469115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469115; }

 p { color: rgb(70,145,21); }

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

background-color css

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

 a { background-color: rgb(70,145,21); }

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

border-color css

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

 span { border-color: rgb(70,145,21); }

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