Html Css Color HEX #4AA529 Kelly Green

📋 copy color: '#4AA529'

red 74 ◦ green 165 ◦ blue 41

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

Shades of Kelly Green #4AA529

Tints of Kelly Green #4AA529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.64%

R = 26.43%
G = 58.93%
B = 14.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#4AA529 (or 0x4AA529) is known color: Kelly Green. HEX triplet: 4A, A5 and 29. RGB value is (74,165,41). Sum of RGB (Red+Green+Blue) = 74+165+41=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 165 (64.84% from 255 or 58.93% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA529 is #B55AD6. Grayscale: #7C7C7C. Windows color (decimal): -11885271 or 2729290. OLE color: 2729290.

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

Color convert

RGB 74 165 41 -
CMYK 0.55 0 0.75 0.35
HSL 104.03º 0.6% 0.4% -
HSV(B) 104.03º 0.75% 0.65% -
XYZ 16.68 28.53 6.72 -
YUV 123.66 81.35 92.58 -
System Red Green Blue C M Y K H S L
Decimal 74 165 41 0.55 0 0.75 0.35 104.03 0.6 0.4
Hex 4A A5 29 37 0 4B 23 68 3C 28
Octal 112 245 51 67 0 113 43 150 74 50
Binary 1001010 10100101 101001 110111 0 1001011 100011 1101000 111100 101000

Color Harmonies of #4AA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA529

Black with #4AA529

Text Example


Text Example

White with #4AA529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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