Html Css Color HEX #4A774F Killarney

📋 copy color: '#4A774F'

red 74 ◦ green 119 ◦ blue 79

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

Shades of Killarney #4A774F

Tints of Killarney #4A774F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.75%

 BLUE value IS 79 (31.25% from 255) = 29.04%

R = 27.21%
G = 43.75%
B = 29.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#4A774F (or 0x4A774F) is known color: Killarney. HEX triplet: 4A, 77 and 4F. RGB value is (74,119,79). Sum of RGB (Red+Green+Blue) = 74+119+79=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #4A774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A774F is #B588B0. Grayscale: #656565. Windows color (decimal): -11897009 or 5207882. OLE color: 5207882.

HSL color Cylindrical-coordinate representation of color #4A774F: hue angle of 126.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A774F is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 119 79 -
CMYK 0.38 0 0.34 0.53
HSL 126.67º 0.23% 0.38% -
HSV(B) 126.67º 0.38% 0.47% -
XYZ 10.83 15.21 9.76 -
YUV 100.99 115.59 108.75 -
System Red Green Blue C M Y K H S L
Decimal 74 119 79 0.38 0 0.34 0.53 126.67 0.23 0.38
Hex 4A 77 4F 26 0 22 35 7F 17 26
Octal 112 167 117 46 0 42 65 177 27 46
Binary 1001010 1110111 1001111 100110 0 100010 110101 1111111 10111 100110

Color Harmonies of #4A774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A774F

Black with #4A774F

Text Example


Text Example

White with #4A774F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,119,79); }

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

background-color css

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

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

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

border-color css

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

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

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