Html Css Color HEX #4AA521 Kelly Green

📋 copy color: '#4AA521'

red 74 ◦ green 165 ◦ blue 33

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

Shades of Kelly Green #4AA521

Tints of Kelly Green #4AA521

RGB

 RED value IS 74 (29.3% from 255) = 27.21%

 GREEN value IS 165 (64.84% from 255) = 60.66%

 BLUE value IS 33 (13.28% from 255) = 12.13%

R = 27.21%
G = 60.66%
B = 12.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#4AA521 (or 0x4AA521) is known color: Kelly Green. HEX triplet: 4A, A5 and 21. RGB value is (74,165,33). Sum of RGB (Red+Green+Blue) = 74+165+33=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 165 (64.84% from 255 or 60.66% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA521 is #B55ADE. Grayscale: #7B7B7B. Windows color (decimal): -11885279 or 2205002. OLE color: 2205002.

HSL color Cylindrical-coordinate representation of color #4AA521: hue angle of 101.36º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4AA521 is Cyan = 0.55, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 74 165 33 -
CMYK 0.55 0 0.8 0.35
HSL 101.36º 0.67% 0.39% -
HSV(B) 101.36º 0.8% 0.65% -
XYZ 16.55 28.48 6.06 -
YUV 122.74 77.35 93.23 -
System Red Green Blue C M Y K H S L
Decimal 74 165 33 0.55 0 0.8 0.35 101.36 0.67 0.39
Hex 4A A5 21 37 0 50 23 65 43 27
Octal 112 245 41 67 0 120 43 145 103 47
Binary 1001010 10100101 100001 110111 0 1010000 100011 1100101 1000011 100111

Color Harmonies of #4AA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA521

Black with #4AA521

Text Example


Text Example

White with #4AA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AA521; }

 p { color: rgb(74,165,33); }

 H1.HeaderClassName
 {
   color: #4AA521;
 }
 .AnyTagClassName
 {
   color: #4AA521;
 }
</style>

background-color css

<style>
 a { background-color: #4AA521; }

 a { background-color: rgb(74,165,33); }

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

border-color css

<style>
 span { border-color: #4AA521; }

 span { border-color: rgb(74,165,33); }

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