Html Css Color HEX #4AA528 Kelly Green

📋 copy color: '#4AA528'

red 74 ◦ green 165 ◦ blue 40

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

Shades of Kelly Green #4AA528

Tints of Kelly Green #4AA528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 26.52%
G = 59.14%
B = 14.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#4AA528 (or 0x4AA528) is known color: Kelly Green. HEX triplet: 4A, A5 and 28. RGB value is (74,165,40). Sum of RGB (Red+Green+Blue) = 74+165+40=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA528 is #B55AD7. Grayscale: #7B7B7B. Windows color (decimal): -11885272 or 2663754. OLE color: 2663754.

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

Color convert

RGB 74 165 40 -
CMYK 0.55 0 0.76 0.35
HSL 103.68º 0.61% 0.4% -
HSV(B) 103.68º 0.76% 0.65% -
XYZ 16.66 28.52 6.63 -
YUV 123.54 80.85 92.66 -
System Red Green Blue C M Y K H S L
Decimal 74 165 40 0.55 0 0.76 0.35 103.68 0.61 0.4
Hex 4A A5 28 37 0 4C 23 68 3D 28
Octal 112 245 50 67 0 114 43 150 75 50
Binary 1001010 10100101 101000 110111 0 1001100 100011 1101000 111101 101000

Color Harmonies of #4AA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA528

Black with #4AA528

Text Example


Text Example

White with #4AA528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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