Html Css Color HEX #4A8A49 Killarney

📋 copy color: '#4A8A49'

red 74 ◦ green 138 ◦ blue 73

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

Shades of Killarney #4A8A49

Tints of Killarney #4A8A49

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.42%

 BLUE value IS 73 (28.91% from 255) = 25.61%

R = 25.96%
G = 48.42%
B = 25.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#4A8A49 (or 0x4A8A49) is known color: Killarney. HEX triplet: 4A, 8A and 49. RGB value is (74,138,73). Sum of RGB (Red+Green+Blue) = 74+138+73=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8A49 is #B575B6. Grayscale: #6F6F6F. Windows color (decimal): -11892151 or 4819530. OLE color: 4819530.

HSL color Cylindrical-coordinate representation of color #4A8A49: hue angle of 119.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8A49 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 74 138 73 -
CMYK 0.46 0 0.47 0.46
HSL 119.08º 0.31% 0.41% -
HSV(B) 119.08º 0.47% 0.54% -
XYZ 13.12 20.11 9.49 -
YUV 111.45 106.3 101.29 -
System Red Green Blue C M Y K H S L
Decimal 74 138 73 0.46 0 0.47 0.46 119.08 0.31 0.41
Hex 4A 8A 49 2E 0 2F 2E 77 1F 29
Octal 112 212 111 56 0 57 56 167 37 51
Binary 1001010 10001010 1001001 101110 0 101111 101110 1110111 11111 101001

Color Harmonies of #4A8A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8A49

Black with #4A8A49

Text Example


Text Example

White with #4A8A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,138,73); }

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

background-color css

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

 a { background-color: rgb(74,138,73); }

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

border-color css

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

 span { border-color: rgb(74,138,73); }

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