Html Css Color HEX #4A7254 Killarney

📋 copy color: '#4A7254'

red 74 ◦ green 114 ◦ blue 84

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

Shades of Killarney #4A7254

Tints of Killarney #4A7254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.91%

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

R = 27.21%
G = 41.91%
B = 30.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#4A7254 (or 0x4A7254) is known color: Killarney. HEX triplet: 4A, 72 and 54. RGB value is (74,114,84). Sum of RGB (Red+Green+Blue) = 74+114+84=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7254 is #B58DAB. Grayscale: #626262. Windows color (decimal): -11898284 or 5534282. OLE color: 5534282.

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

Color convert

RGB 74 114 84 -
CMYK 0.35 0 0.26 0.55
HSL 135º 0.21% 0.37% -
HSV(B) 135º 0.35% 0.45% -
XYZ 10.44 14.13 10.56 -
YUV 98.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 74 114 84 0.35 0 0.26 0.55 135 0.21 0.37
Hex 4A 72 54 23 0 1A 37 87 15 25
Octal 112 162 124 43 0 32 67 207 25 45
Binary 1001010 1110010 1010100 100011 0 11010 110111 10000111 10101 100101

Color Harmonies of #4A7254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7254

Black with #4A7254

Text Example


Text Example

White with #4A7254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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