Html Css Color HEX #4A7A4E Killarney

📋 copy color: '#4A7A4E'

red 74 ◦ green 122 ◦ blue 78

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

Shades of Killarney #4A7A4E

Tints of Killarney #4A7A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.47%

R = 27.01%
G = 44.53%
B = 28.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#4A7A4E (or 0x4A7A4E) is known color: Killarney. HEX triplet: 4A, 7A and 4E. RGB value is (74,122,78). Sum of RGB (Red+Green+Blue) = 74+122+78=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 122 - color contains mainly: green. Hex color #4A7A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7A4E is #B585B1. Grayscale: #666666. Windows color (decimal): -11896242 or 5143114. OLE color: 5143114.

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

Color convert

RGB 74 122 78 -
CMYK 0.39 0 0.36 0.52
HSL 125º 0.24% 0.38% -
HSV(B) 125º 0.39% 0.48% -
XYZ 11.16 15.92 9.69 -
YUV 102.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 74 122 78 0.39 0 0.36 0.52 125 0.24 0.38
Hex 4A 7A 4E 27 0 24 34 7D 18 26
Octal 112 172 116 47 0 44 64 175 30 46
Binary 1001010 1111010 1001110 100111 0 100100 110100 1111101 11000 100110

Color Harmonies of #4A7A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7A4E

Black with #4A7A4E

Text Example


Text Example

White with #4A7A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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