Html Css Color HEX #41B613 Kelly Green

📋 copy color: '#41B613'

red 65 ◦ green 182 ◦ blue 19

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

Shades of Kelly Green #41B613

Tints of Kelly Green #41B613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 68.42%

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

R = 24.44%
G = 68.42%
B = 7.14%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#41B613 (or 0x41B613) is known color: Kelly Green. HEX triplet: 41, B6 and 13. RGB value is (65,182,19). Sum of RGB (Red+Green+Blue) = 65+182+19=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 182 (71.48% from 255 or 68.42% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 182 - color contains mainly: green. Hex color #41B613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41B613 is #BE49EC. Grayscale: #808080. Windows color (decimal): -12470765 or 1291841. OLE color: 1291841.

HSL color Cylindrical-coordinate representation of color #41B613: hue angle of 103.07º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41B613 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 182 19 -
CMYK 0.64 0 0.90 0.29
HSL 103.07º 0.81% 0.39% -
HSV(B) 103.07º 0.9% 0.71% -
XYZ 19.03 34.63 6.3 -
YUV 128.44 66.24 82.75 -
System Red Green Blue C M Y K H S L
Decimal 65 182 19 0.64 0 0.90 0.29 103.07 0.81 0.39
Hex 41 B6 13 40 0 5A 1D 67 51 27
Octal 101 266 23 100 0 132 35 147 121 47
Binary 1000001 10110110 10011 1000000 0 1011010 11101 1100111 1010001 100111

Color Harmonies of #41B613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B613

Black with #41B613

Text Example


Text Example

White with #41B613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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