Html Css Color HEX #41990C La Palma

📋 copy color: '#41990C'

red 65 ◦ green 153 ◦ blue 12

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

Shades of La Palma #41990C

Tints of La Palma #41990C

RGB

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

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

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

R = 28.26%
G = 66.52%
B = 5.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#41990C (or 0x41990C) is known color: La Palma. HEX triplet: 41, 99 and 0C. RGB value is (65,153,12). Sum of RGB (Red+Green+Blue) = 65+153+12=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 153 (60.16% from 255 or 66.52% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 153 - color contains mainly: green. Hex color #41990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41990C is #BE66F3. Grayscale: #6F6F6F. Windows color (decimal): -12478196 or 825665. OLE color: 825665.

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

Color convert

RGB 65 153 12 -
CMYK 0.58 0 0.92 0.4
HSL 97.45º 0.85% 0.32% -
HSV(B) 97.45º 0.92% 0.6% -
XYZ 13.64 23.93 4.25 -
YUV 110.61 72.35 95.46 -
System Red Green Blue C M Y K H S L
Decimal 65 153 12 0.58 0 0.92 0.4 97.45 0.85 0.32
Hex 41 99 C 3A 0 5C 28 61 55 20
Octal 101 231 14 72 0 134 50 141 125 40
Binary 1000001 10011001 1100 111010 0 1011100 101000 1100001 1010101 100000

Color Harmonies of #41990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41990C

Black with #41990C

Text Example


Text Example

White with #41990C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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