Html Css Color HEX #41990B La Palma

📋 copy color: '#41990B'

red 65 ◦ green 153 ◦ blue 11

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

Shades of La Palma #41990B

Tints of La Palma #41990B

RGB

 RED value IS 65 (25.78% from 255) = 28.38%

 GREEN value IS 153 (60.16% from 255) = 66.81%

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

R = 28.38%
G = 66.81%
B = 4.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#41990B (or 0x41990B) is known color: La Palma. HEX triplet: 41, 99 and 0B. RGB value is (65,153,11). Sum of RGB (Red+Green+Blue) = 65+153+11=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 153 (60.16% from 255 or 66.81% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 153 - color contains mainly: green. Hex color #41990B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41990B is #BE66F4. Grayscale: #6E6E6E. Windows color (decimal): -12478197 or 760129. OLE color: 760129.

HSL color Cylindrical-coordinate representation of color #41990B: hue angle of 97.18º 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 #41990B is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 153 11 -
CMYK 0.58 0 0.93 0.4
HSL 97.18º 0.87% 0.32% -
HSV(B) 97.18º 0.93% 0.6% -
XYZ 13.63 23.93 4.22 -
YUV 110.5 71.85 95.55 -
System Red Green Blue C M Y K H S L
Decimal 65 153 11 0.58 0 0.93 0.4 97.18 0.87 0.32
Hex 41 99 B 3A 0 5D 28 61 57 20
Octal 101 231 13 72 0 135 50 141 127 40
Binary 1000001 10011001 1011 111010 0 1011101 101000 1100001 1010111 100000

Color Harmonies of #41990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41990B

Black with #41990B

Text Example


Text Example

White with #41990B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,153,11); }

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

background-color css

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

 a { background-color: rgb(65,153,11); }

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

border-color css

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

 span { border-color: rgb(65,153,11); }

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