Html Css Color HEX #4A7A49 Killarney

📋 copy color: '#4A7A49'

red 74 ◦ green 122 ◦ blue 73

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

Shades of Killarney #4A7A49

Tints of Killarney #4A7A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.35%

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

R = 27.51%
G = 45.35%
B = 27.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#4A7A49 (or 0x4A7A49) is known color: Killarney. HEX triplet: 4A, 7A and 49. RGB value is (74,122,73). Sum of RGB (Red+Green+Blue) = 74+122+73=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #4A7A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7A49 is #B585B6. Grayscale: #666666. Windows color (decimal): -11896247 or 4815434. OLE color: 4815434.

HSL color Cylindrical-coordinate representation of color #4A7A49: hue angle of 118.78º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A7A49 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 122 73 -
CMYK 0.39 0 0.40 0.52
HSL 118.78º 0.25% 0.38% -
HSV(B) 118.78º 0.4% 0.48% -
XYZ 10.99 15.86 8.78 -
YUV 102.06 111.6 107.98 -
System Red Green Blue C M Y K H S L
Decimal 74 122 73 0.39 0 0.40 0.52 118.78 0.25 0.38
Hex 4A 7A 49 27 0 28 34 77 19 26
Octal 112 172 111 47 0 50 64 167 31 46
Binary 1001010 1111010 1001001 100111 0 101000 110100 1110111 11001 100110

Color Harmonies of #4A7A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7A49

Black with #4A7A49

Text Example


Text Example

White with #4A7A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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