Html Css Color HEX #40980B La Palma

📋 copy color: '#40980B'

red 64 ◦ green 152 ◦ blue 11

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

Shades of La Palma #40980B

Tints of La Palma #40980B

RGB

 RED value IS 64 (25.39% from 255) = 28.19%

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

 BLUE value IS 11 (4.69% from 255) = 4.85%

R = 28.19%
G = 66.96%
B = 4.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#40980B (or 0x40980B) is known color: La Palma. HEX triplet: 40, 98 and 0B. RGB value is (64,152,11). Sum of RGB (Red+Green+Blue) = 64+152+11=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 152 (59.77% from 255 or 66.96% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 152 - color contains mainly: green. Hex color #40980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40980B is #BF67F4. Grayscale: #6E6E6E. Windows color (decimal): -12543989 or 759872. OLE color: 759872.

HSL color Cylindrical-coordinate representation of color #40980B: hue angle of 97.45º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40980B is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 152 11 -
CMYK 0.58 0 0.93 0.40
HSL 97.45º 0.87% 0.32% -
HSV(B) 97.45º 0.93% 0.6% -
XYZ 13.4 23.57 4.16 -
YUV 109.61 72.35 95.46 -
System Red Green Blue C M Y K H S L
Decimal 64 152 11 0.58 0 0.93 0.40 97.45 0.87 0.32
Hex 40 98 B 3A 0 5D 28 61 57 20
Octal 100 230 13 72 0 135 50 141 127 40
Binary 1000000 10011000 1011 111010 0 1011101 101000 1100001 1010111 100000

Color Harmonies of #40980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40980B

Black with #40980B

Text Example


Text Example

White with #40980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40980B; }

 p { color: rgb(64,152,11); }

 H1.HeaderClassName
 {
   color: #40980B;
 }
 .AnyTagClassName
 {
   color: #40980B;
 }
</style>

background-color css

<style>
 a { background-color: #40980B; }

 a { background-color: rgb(64,152,11); }

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

border-color css

<style>
 span { border-color: #40980B; }

 span { border-color: rgb(64,152,11); }

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