Html Css Color HEX #46980D La Palma

📋 copy color: '#46980D'

red 70 ◦ green 152 ◦ blue 13

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

Shades of La Palma #46980D

Tints of La Palma #46980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 64.68%

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 29.79%
G = 64.68%
B = 5.53%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#46980D (or 0x46980D) is known color: La Palma. HEX triplet: 46, 98 and 0D. RGB value is (70,152,13). Sum of RGB (Red+Green+Blue) = 70+152+13=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 152 (59.77% from 255 or 64.68% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 152 - color contains mainly: green. Hex color #46980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46980D is #B967F2. Grayscale: #707070. Windows color (decimal): -12150771 or 890950. OLE color: 890950.

HSL color Cylindrical-coordinate representation of color #46980D: hue angle of 95.4º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46980D is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 13 -
CMYK 0.54 0 0.91 0.40
HSL 95.4º 0.84% 0.32% -
HSV(B) 95.4º 0.91% 0.6% -
XYZ 13.83 23.79 4.24 -
YUV 111.64 72.33 98.3 -
System Red Green Blue C M Y K H S L
Decimal 70 152 13 0.54 0 0.91 0.40 95.4 0.84 0.32
Hex 46 98 D 36 0 5B 28 5F 54 20
Octal 106 230 15 66 0 133 50 137 124 40
Binary 1000110 10011000 1101 110110 0 1011011 101000 1011111 1010100 100000

Color Harmonies of #46980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46980D

Black with #46980D

Text Example


Text Example

White with #46980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46980D; }

 p { color: rgb(70,152,13); }

 H1.HeaderClassName
 {
   color: #46980D;
 }
 .AnyTagClassName
 {
   color: #46980D;
 }
</style>

background-color css

<style>
 a { background-color: #46980D; }

 a { background-color: rgb(70,152,13); }

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

border-color css

<style>
 span { border-color: #46980D; }

 span { border-color: rgb(70,152,13); }

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