Html Css Color HEX #419B00 Kelly Green

📋 copy color: '#419B00'

red 65 ◦ green 155 ◦ blue 0

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

Shades of Kelly Green #419B00

Tints of Kelly Green #419B00

RGB

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

 GREEN value IS 155 (60.94% from 255) = 70.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 29.55%
G = 70.45%
B = 0%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#419B00 (or 0x419B00) is known color: Kelly Green. HEX triplet: 41, 9B and 00. RGB value is (65,155,0). Sum of RGB (Red+Green+Blue) = 65+155+0=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 155 (60.94% from 255 or 70.45% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 155 - color contains mainly: green. Hex color #419B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419B00 is #BE64FF. Grayscale: #6E6E6E. Windows color (decimal): -12477696 or 39745. OLE color: 39745.

HSL color Cylindrical-coordinate representation of color #419B00: hue angle of 94.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #419B00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 155 0 -
CMYK 0.58 0 1 0.39
HSL 94.84º 1% 0.3% -
HSV(B) 94.84º 1% 0.61% -
XYZ 13.9 24.57 4.01 -
YUV 110.42 65.68 95.6 -
System Red Green Blue C M Y K H S L
Decimal 65 155 0 0.58 0 1 0.39 94.84 1 0.3
Hex 41 9B 0 3A 0 64 27 5F 64 1E
Octal 101 233 0 72 0 144 47 137 144 36
Binary 1000001 10011011 0 111010 0 1100100 100111 1011111 1100100 11110

Color Harmonies of #419B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419B00

Black with #419B00

Text Example


Text Example

White with #419B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,155,0); }

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

background-color css

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

 a { background-color: rgb(65,155,0); }

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

border-color css

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

 span { border-color: rgb(65,155,0); }

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