Html Css Color HEX #46882A La Palma

📋 copy color: '#46882A'

red 70 ◦ green 136 ◦ blue 42

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

Shades of La Palma #46882A

Tints of La Palma #46882A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.84%

 BLUE value IS 42 (16.8% from 255) = 16.94%

R = 28.23%
G = 54.84%
B = 16.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#46882A (or 0x46882A) is known color: La Palma. HEX triplet: 46, 88 and 2A. RGB value is (70,136,42). Sum of RGB (Red+Green+Blue) = 70+136+42=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #46882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46882A is #B977D5. Grayscale: #696969. Windows color (decimal): -12154838 or 2787398. OLE color: 2787398.

HSL color Cylindrical-coordinate representation of color #46882A: hue angle of 102.13º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46882A is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 42 -
CMYK 0.49 0 0.69 0.47
HSL 102.13º 0.53% 0.35% -
HSV(B) 102.13º 0.69% 0.53% -
XYZ 11.75 19.08 5.25 -
YUV 105.55 92.13 102.64 -
System Red Green Blue C M Y K H S L
Decimal 70 136 42 0.49 0 0.69 0.47 102.13 0.53 0.35
Hex 46 88 2A 31 0 45 2F 66 35 23
Octal 106 210 52 61 0 105 57 146 65 43
Binary 1000110 10001000 101010 110001 0 1000101 101111 1100110 110101 100011

Color Harmonies of #46882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46882A

Black with #46882A

Text Example


Text Example

White with #46882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46882A; }

 p { color: rgb(70,136,42); }

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

background-color css

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

 a { background-color: rgb(70,136,42); }

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

border-color css

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

 span { border-color: rgb(70,136,42); }

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