Html Css Color HEX #469100 La Palma

📋 copy color: '#469100'

red 70 ◦ green 145 ◦ blue 0

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

Shades of La Palma #469100

Tints of La Palma #469100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.56%
G = 67.44%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#469100 (or 0x469100) is known color: La Palma. HEX triplet: 46, 91 and 00. RGB value is (70,145,0). Sum of RGB (Red+Green+Blue) = 70+145+0=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 145 (57.03% from 255 or 67.44% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 145 - color contains mainly: green. Hex color #469100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469100 is #B96EFF. Grayscale: #6A6A6A. Windows color (decimal): -12152576 or 37190. OLE color: 37190.

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

Color convert

RGB 70 145 0 -
CMYK 0.52 0 1 0.43
HSL 91.03º 1% 0.28% -
HSV(B) 91.03º 1% 0.57% -
XYZ 12.65 21.55 3.49 -
YUV 106.05 68.15 102.29 -
System Red Green Blue C M Y K H S L
Decimal 70 145 0 0.52 0 1 0.43 91.03 1 0.28
Hex 46 91 0 34 0 64 2B 5B 64 1C
Octal 106 221 0 64 0 144 53 133 144 34
Binary 1000110 10010001 0 110100 0 1100100 101011 1011011 1100100 11100

Color Harmonies of #469100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469100

Black with #469100

Text Example


Text Example

White with #469100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469100; }

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

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

background-color css

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

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

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

border-color css

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

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

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