Html Css Color HEX #4A744F Killarney

📋 copy color: '#4A744F'

red 74 ◦ green 116 ◦ blue 79

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

Shades of Killarney #4A744F

Tints of Killarney #4A744F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.12%

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

R = 27.51%
G = 43.12%
B = 29.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#4A744F (or 0x4A744F) is known color: Killarney. HEX triplet: 4A, 74 and 4F. RGB value is (74,116,79). Sum of RGB (Red+Green+Blue) = 74+116+79=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #4A744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A744F is #B58BB0. Grayscale: #636363. Windows color (decimal): -11897777 or 5207114. OLE color: 5207114.

HSL color Cylindrical-coordinate representation of color #4A744F: hue angle of 127.14º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A744F is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 116 79 -
CMYK 0.36 0 0.32 0.55
HSL 127.14º 0.22% 0.37% -
HSV(B) 127.14º 0.36% 0.45% -
XYZ 10.48 14.51 9.65 -
YUV 99.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 74 116 79 0.36 0 0.32 0.55 127.14 0.22 0.37
Hex 4A 74 4F 24 0 20 37 7F 16 25
Octal 112 164 117 44 0 40 67 177 26 45
Binary 1001010 1110100 1001111 100100 0 100000 110111 1111111 10110 100101

Color Harmonies of #4A744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A744F

Black with #4A744F

Text Example


Text Example

White with #4A744F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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