Html Css Color HEX #419D0E Kelly Green

📋 copy color: '#419D0E'

red 65 ◦ green 157 ◦ blue 14

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

Shades of Kelly Green #419D0E

Tints of Kelly Green #419D0E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 66.53%

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 27.54%
G = 66.53%
B = 5.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#419D0E (or 0x419D0E) is known color: Kelly Green. HEX triplet: 41, 9D and 0E. RGB value is (65,157,14). Sum of RGB (Red+Green+Blue) = 65+157+14=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 157 (61.72% from 255 or 66.53% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 157 - color contains mainly: green. Hex color #419D0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419D0E is #BE62F1. Grayscale: #717171. Windows color (decimal): -12477170 or 957761. OLE color: 957761.

HSL color Cylindrical-coordinate representation of color #419D0E: hue angle of 98.6º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #419D0E is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 157 14 -
CMYK 0.59 0 0.91 0.38
HSL 98.6º 0.84% 0.34% -
HSV(B) 98.6º 0.91% 0.62% -
XYZ 14.32 25.27 4.54 -
YUV 113.19 72.02 93.63 -
System Red Green Blue C M Y K H S L
Decimal 65 157 14 0.59 0 0.91 0.38 98.6 0.84 0.34
Hex 41 9D E 3B 0 5B 26 63 54 22
Octal 101 235 16 73 0 133 46 143 124 42
Binary 1000001 10011101 1110 111011 0 1011011 100110 1100011 1010100 100010

Color Harmonies of #419D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419D0E

Black with #419D0E

Text Example


Text Example

White with #419D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419D0E; }

 p { color: rgb(65,157,14); }

 H1.HeaderClassName
 {
   color: #419D0E;
 }
 .AnyTagClassName
 {
   color: #419D0E;
 }
</style>

background-color css

<style>
 a { background-color: #419D0E; }

 a { background-color: rgb(65,157,14); }

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

border-color css

<style>
 span { border-color: #419D0E; }

 span { border-color: rgb(65,157,14); }

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