Html Css Color HEX #4A7A4A Killarney

📋 copy color: '#4A7A4A'

red 74 ◦ green 122 ◦ blue 74

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

Shades of Killarney #4A7A4A

Tints of Killarney #4A7A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.41%

R = 27.41%
G = 45.19%
B = 27.41%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#4A7A4A (or 0x4A7A4A) is known color: Killarney. HEX triplet: 4A, 7A and 4A. RGB value is (74,122,74). Sum of RGB (Red+Green+Blue) = 74+122+74=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #4A7A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7A4A is #B585B5. Grayscale: #666666. Windows color (decimal): -11896246 or 4880970. OLE color: 4880970.

HSL color Cylindrical-coordinate representation of color #4A7A4A: hue angle of 120º 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 #4A7A4A is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 122 74 -
CMYK 0.39 0 0.39 0.52
HSL 120º 0.24% 0.38% -
HSV(B) 120º 0.39% 0.48% -
XYZ 11.02 15.87 8.96 -
YUV 102.18 112.1 107.9 -
System Red Green Blue C M Y K H S L
Decimal 74 122 74 0.39 0 0.39 0.52 120 0.24 0.38
Hex 4A 7A 4A 27 0 27 34 78 18 26
Octal 112 172 112 47 0 47 64 170 30 46
Binary 1001010 1111010 1001010 100111 0 100111 110100 1111000 11000 100110

Color Harmonies of #4A7A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7A4A

Black with #4A7A4A

Text Example


Text Example

White with #4A7A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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