Html Css Color HEX #49B408 Kelly Green

📋 copy color: '#49B408'

red 73 ◦ green 180 ◦ blue 8

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

Shades of Kelly Green #49B408

Tints of Kelly Green #49B408

RGB

 RED value IS 73 (28.91% from 255) = 27.97%

 GREEN value IS 180 (70.7% from 255) = 68.97%

 BLUE value IS 8 (3.52% from 255) = 3.07%

R = 27.97%
G = 68.97%
B = 3.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#49B408 (or 0x49B408) is known color: Kelly Green. HEX triplet: 49, B4 and 08. RGB value is (73,180,8). Sum of RGB (Red+Green+Blue) = 73+180+8=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 180 (70.70% from 255 or 68.97% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 180 - color contains mainly: green. Hex color #49B408 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B408 is #B64BF7. Grayscale: #808080. Windows color (decimal): -11947000 or 570441. OLE color: 570441.

HSL color Cylindrical-coordinate representation of color #49B408: hue angle of 97.33º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49B408 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 180 8 -
CMYK 0.59 0 0.96 0.29
HSL 97.33º 0.91% 0.37% -
HSV(B) 97.33º 0.96% 0.71% -
XYZ 19.11 34.08 5.8 -
YUV 128.4 60.05 88.49 -
System Red Green Blue C M Y K H S L
Decimal 73 180 8 0.59 0 0.96 0.29 97.33 0.91 0.37
Hex 49 B4 8 3B 0 60 1D 61 5B 25
Octal 111 264 10 73 0 140 35 141 133 45
Binary 1001001 10110100 1000 111011 0 1100000 11101 1100001 1011011 100101

Color Harmonies of #49B408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B408

Black with #49B408

Text Example


Text Example

White with #49B408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49B408; }

 p { color: rgb(73,180,8); }

 H1.HeaderClassName
 {
   color: #49B408;
 }
 .AnyTagClassName
 {
   color: #49B408;
 }
</style>

background-color css

<style>
 a { background-color: #49B408; }

 a { background-color: rgb(73,180,8); }

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

border-color css

<style>
 span { border-color: #49B408; }

 span { border-color: rgb(73,180,8); }

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