Html Css Color HEX #4A704A Killarney

📋 copy color: '#4A704A'

red 74 ◦ green 112 ◦ blue 74

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

Shades of Killarney #4A704A

Tints of Killarney #4A704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.08%

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

R = 28.46%
G = 43.08%
B = 28.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#4A704A (or 0x4A704A) is known color: Killarney. HEX triplet: 4A, 70 and 4A. RGB value is (74,112,74). Sum of RGB (Red+Green+Blue) = 74+112+74=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #4A704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A704A is #B58FB5. Grayscale: #606060. Windows color (decimal): -11898806 or 4878410. OLE color: 4878410.

HSL color Cylindrical-coordinate representation of color #4A704A: hue angle of 120º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A704A is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 112 74 -
CMYK 0.34 0 0.34 0.56
HSL 120º 0.2% 0.36% -
HSV(B) 120º 0.34% 0.44% -
XYZ 9.85 13.54 8.57 -
YUV 96.31 115.41 112.09 -
System Red Green Blue C M Y K H S L
Decimal 74 112 74 0.34 0 0.34 0.56 120 0.2 0.36
Hex 4A 70 4A 22 0 22 38 78 14 24
Octal 112 160 112 42 0 42 70 170 24 44
Binary 1001010 1110000 1001010 100010 0 100010 111000 1111000 10100 100100

Color Harmonies of #4A704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A704A

Black with #4A704A

Text Example


Text Example

White with #4A704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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