Html Css Color HEX #46A01C La Palma

📋 copy color: '#46A01C'

red 70 ◦ green 160 ◦ blue 28

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

Shades of La Palma #46A01C

Tints of La Palma #46A01C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 62.02%

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 27.13%
G = 62.02%
B = 10.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#46A01C (or 0x46A01C) is known color: La Palma. HEX triplet: 46, A0 and 1C. RGB value is (70,160,28). Sum of RGB (Red+Green+Blue) = 70+160+28=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 160 (62.89% from 255 or 62.02% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 160 - color contains mainly: green. Hex color #46A01C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A01C is #B95FE3. Grayscale: #767676. Windows color (decimal): -12148708 or 1876038. OLE color: 1876038.

HSL color Cylindrical-coordinate representation of color #46A01C: hue angle of 100.91º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46A01C is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 70 160 28 -
CMYK 0.56 0 0.82 0.37
HSL 100.91º 0.7% 0.37% -
HSV(B) 100.91º 0.83% 0.63% -
XYZ 15.31 26.53 5.41 -
YUV 118.04 77.18 93.73 -
System Red Green Blue C M Y K H S L
Decimal 70 160 28 0.56 0 0.82 0.37 100.91 0.7 0.37
Hex 46 A0 1C 38 0 52 25 65 46 25
Octal 106 240 34 70 0 122 45 145 106 45
Binary 1000110 10100000 11100 111000 0 1010010 100101 1100101 1000110 100101

Color Harmonies of #46A01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A01C

Black with #46A01C

Text Example


Text Example

White with #46A01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46A01C; }

 p { color: rgb(70,160,28); }

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

background-color css

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

 a { background-color: rgb(70,160,28); }

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

border-color css

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

 span { border-color: rgb(70,160,28); }

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