Html Css Color HEX #49C326 Kelly Green

📋 copy color: '#49C326'

red 73 ◦ green 195 ◦ blue 38

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

Shades of Kelly Green #49C326

Tints of Kelly Green #49C326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.73%

 BLUE value IS 38 (15.23% from 255) = 12.42%

R = 23.86%
G = 63.73%
B = 12.42%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#49C326 (or 0x49C326) is known color: Kelly Green. HEX triplet: 49, C3 and 26. RGB value is (73,195,38). Sum of RGB (Red+Green+Blue) = 73+195+38=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 195 (76.56% from 255 or 63.73% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 195 - color contains mainly: green. Hex color #49C326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C326 is #B63CD9. Grayscale: #8D8D8D. Windows color (decimal): -11943130 or 2540361. OLE color: 2540361.

HSL color Cylindrical-coordinate representation of color #49C326: hue angle of 106.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49C326 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 38 -
CMYK 0.63 0 0.81 0.24
HSL 106.62º 0.67% 0.46% -
HSV(B) 106.62º 0.81% 0.76% -
XYZ 22.61 40.59 8.48 -
YUV 140.62 70.08 79.77 -
System Red Green Blue C M Y K H S L
Decimal 73 195 38 0.63 0 0.81 0.24 106.62 0.67 0.46
Hex 49 C3 26 3F 0 51 18 6B 43 2E
Octal 111 303 46 77 0 121 30 153 103 56
Binary 1001001 11000011 100110 111111 0 1010001 11000 1101011 1000011 101110

Color Harmonies of #49C326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C326

Black with #49C326

Text Example


Text Example

White with #49C326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,195,38); }

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

background-color css

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

 a { background-color: rgb(73,195,38); }

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

border-color css

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

 span { border-color: rgb(73,195,38); }

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