Html Css Color HEX #46880C La Palma

📋 copy color: '#46880C'

red 70 ◦ green 136 ◦ blue 12

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

Shades of La Palma #46880C

Tints of La Palma #46880C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.5%

R = 32.11%
G = 62.39%
B = 5.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#46880C (or 0x46880C) is known color: La Palma. HEX triplet: 46, 88 and 0C. RGB value is (70,136,12). Sum of RGB (Red+Green+Blue) = 70+136+12=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #46880C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46880C is #B977F3. Grayscale: #666666. Windows color (decimal): -12154868 or 821318. OLE color: 821318.

HSL color Cylindrical-coordinate representation of color #46880C: hue angle of 91.94º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46880C is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 12 -
CMYK 0.49 0 0.91 0.47
HSL 91.94º 0.84% 0.29% -
HSV(B) 91.94º 0.91% 0.53% -
XYZ 11.4 18.94 3.4 -
YUV 102.13 77.13 105.08 -
System Red Green Blue C M Y K H S L
Decimal 70 136 12 0.49 0 0.91 0.47 91.94 0.84 0.29
Hex 46 88 C 31 0 5B 2F 5C 54 1D
Octal 106 210 14 61 0 133 57 134 124 35
Binary 1000110 10001000 1100 110001 0 1011011 101111 1011100 1010100 11101

Color Harmonies of #46880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46880C

Black with #46880C

Text Example


Text Example

White with #46880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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