Html Css Color HEX #41A013 Kelly Green

📋 copy color: '#41A013'

red 65 ◦ green 160 ◦ blue 19

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

Shades of Kelly Green #41A013

Tints of Kelly Green #41A013

RGB

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

 GREEN value IS 160 (62.89% from 255) = 65.57%

 BLUE value IS 19 (7.81% from 255) = 7.79%

R = 26.64%
G = 65.57%
B = 7.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#41A013 (or 0x41A013) is known color: Kelly Green. HEX triplet: 41, A0 and 13. RGB value is (65,160,19). Sum of RGB (Red+Green+Blue) = 65+160+19=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 160 (62.89% from 255 or 65.57% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 160 - color contains mainly: green. Hex color #41A013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41A013 is #BE5FEC. Grayscale: #737373. Windows color (decimal): -12476397 or 1286209. OLE color: 1286209.

HSL color Cylindrical-coordinate representation of color #41A013: hue angle of 100.43º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41A013 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 65 160 19 -
CMYK 0.59 0 0.88 0.37
HSL 100.43º 0.79% 0.35% -
HSV(B) 100.43º 0.88% 0.63% -
XYZ 14.87 26.31 4.91 -
YUV 115.52 73.53 91.96 -
System Red Green Blue C M Y K H S L
Decimal 65 160 19 0.59 0 0.88 0.37 100.43 0.79 0.35
Hex 41 A0 13 3B 0 58 25 64 4F 23
Octal 101 240 23 73 0 130 45 144 117 43
Binary 1000001 10100000 10011 111011 0 1011000 100101 1100100 1001111 100011

Color Harmonies of #41A013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A013

Black with #41A013

Text Example


Text Example

White with #41A013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41A013; }

 p { color: rgb(65,160,19); }

 H1.HeaderClassName
 {
   color: #41A013;
 }
 .AnyTagClassName
 {
   color: #41A013;
 }
</style>

background-color css

<style>
 a { background-color: #41A013; }

 a { background-color: rgb(65,160,19); }

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

border-color css

<style>
 span { border-color: #41A013; }

 span { border-color: rgb(65,160,19); }

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