Html Css Color HEX #4A7354 Killarney

📋 copy color: '#4A7354'

red 74 ◦ green 115 ◦ blue 84

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

Shades of Killarney #4A7354

Tints of Killarney #4A7354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.12%

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 27.11%
G = 42.12%
B = 30.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#4A7354 (or 0x4A7354) is known color: Killarney. HEX triplet: 4A, 73 and 54. RGB value is (74,115,84). Sum of RGB (Red+Green+Blue) = 74+115+84=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7354 is #B58CAB. Grayscale: #636363. Windows color (decimal): -11898028 or 5534538. OLE color: 5534538.

HSL color Cylindrical-coordinate representation of color #4A7354: hue angle of 134.63º 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 #4A7354 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 115 84 -
CMYK 0.36 0 0.27 0.55
HSL 134.63º 0.22% 0.37% -
HSV(B) 134.63º 0.36% 0.45% -
XYZ 10.56 14.36 10.6 -
YUV 99.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 74 115 84 0.36 0 0.27 0.55 134.63 0.22 0.37
Hex 4A 73 54 24 0 1B 37 87 16 25
Octal 112 163 124 44 0 33 67 207 26 45
Binary 1001010 1110011 1010100 100100 0 11011 110111 10000111 10110 100101

Color Harmonies of #4A7354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7354

Black with #4A7354

Text Example


Text Example

White with #4A7354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,115,84); }

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

background-color css

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

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

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

border-color css

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

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

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