Html Css Color HEX #46822A La Palma

📋 copy color: '#46822A'

red 70 ◦ green 130 ◦ blue 42

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

Shades of La Palma #46822A

Tints of La Palma #46822A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.72%

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

R = 28.93%
G = 53.72%
B = 17.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#46822A (or 0x46822A) is known color: La Palma. HEX triplet: 46, 82 and 2A. RGB value is (70,130,42). Sum of RGB (Red+Green+Blue) = 70+130+42=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #46822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46822A is #B97DD5. Grayscale: #666666. Windows color (decimal): -12156374 or 2785862. OLE color: 2785862.

HSL color Cylindrical-coordinate representation of color #46822A: hue angle of 100.91º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46822A is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 130 42 -
CMYK 0.46 0 0.68 0.49
HSL 100.91º 0.51% 0.34% -
HSV(B) 100.91º 0.68% 0.51% -
XYZ 10.93 17.43 4.98 -
YUV 102.03 94.12 105.16 -
System Red Green Blue C M Y K H S L
Decimal 70 130 42 0.46 0 0.68 0.49 100.91 0.51 0.34
Hex 46 82 2A 2E 0 44 31 65 33 22
Octal 106 202 52 56 0 104 61 145 63 42
Binary 1000110 10000010 101010 101110 0 1000100 110001 1100101 110011 100010

Color Harmonies of #46822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46822A

Black with #46822A

Text Example


Text Example

White with #46822A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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