Html Css Color HEX #46862A La Palma

📋 copy color: '#46862A'

red 70 ◦ green 134 ◦ blue 42

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

Shades of La Palma #46862A

Tints of La Palma #46862A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.47%

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

R = 28.46%
G = 54.47%
B = 17.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#46862A (or 0x46862A) is known color: La Palma. HEX triplet: 46, 86 and 2A. RGB value is (70,134,42). Sum of RGB (Red+Green+Blue) = 70+134+42=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #46862A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46862A is #B979D5. Grayscale: #686868. Windows color (decimal): -12155350 or 2786886. OLE color: 2786886.

HSL color Cylindrical-coordinate representation of color #46862A: hue angle of 101.74º degrees, saturation: 0.52, 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 #46862A is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 134 42 -
CMYK 0.48 0 0.69 0.47
HSL 101.74º 0.52% 0.35% -
HSV(B) 101.74º 0.69% 0.53% -
XYZ 11.47 18.52 5.16 -
YUV 104.38 92.8 103.48 -
System Red Green Blue C M Y K H S L
Decimal 70 134 42 0.48 0 0.69 0.47 101.74 0.52 0.35
Hex 46 86 2A 30 0 45 2F 66 34 23
Octal 106 206 52 60 0 105 57 146 64 43
Binary 1000110 10000110 101010 110000 0 1000101 101111 1100110 110100 100011

Color Harmonies of #46862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46862A

Black with #46862A

Text Example


Text Example

White with #46862A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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