Html Css Color HEX #469812 La Palma

📋 copy color: '#469812'

red 70 ◦ green 152 ◦ blue 18

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

Shades of La Palma #469812

Tints of La Palma #469812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 63.33%

 BLUE value IS 18 (7.42% from 255) = 7.5%

R = 29.17%
G = 63.33%
B = 7.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#469812 (or 0x469812) is known color: La Palma. HEX triplet: 46, 98 and 12. RGB value is (70,152,18). Sum of RGB (Red+Green+Blue) = 70+152+18=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 152 (59.77% from 255 or 63.33% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 152 - color contains mainly: green. Hex color #469812 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469812 is #B967ED. Grayscale: #707070. Windows color (decimal): -12150766 or 1218630. OLE color: 1218630.

HSL color Cylindrical-coordinate representation of color #469812: hue angle of 96.72º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #469812 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 18 -
CMYK 0.54 0 0.88 0.40
HSL 96.72º 0.79% 0.33% -
HSV(B) 96.72º 0.88% 0.6% -
XYZ 13.86 23.8 4.44 -
YUV 112.21 74.83 97.9 -
System Red Green Blue C M Y K H S L
Decimal 70 152 18 0.54 0 0.88 0.40 96.72 0.79 0.33
Hex 46 98 12 36 0 58 28 61 4F 21
Octal 106 230 22 66 0 130 50 141 117 41
Binary 1000110 10011000 10010 110110 0 1011000 101000 1100001 1001111 100001

Color Harmonies of #469812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469812

Black with #469812

Text Example


Text Example

White with #469812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469812; }

 p { color: rgb(70,152,18); }

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

background-color css

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

 a { background-color: rgb(70,152,18); }

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

border-color css

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

 span { border-color: rgb(70,152,18); }

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