Html Css Color HEX #4A7151 Killarney

📋 copy color: '#4A7151'

red 74 ◦ green 113 ◦ blue 81

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

Shades of Killarney #4A7151

Tints of Killarney #4A7151

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.16%

 BLUE value IS 81 (32.03% from 255) = 30.22%

R = 27.61%
G = 42.16%
B = 30.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#4A7151 (or 0x4A7151) is known color: Killarney. HEX triplet: 4A, 71 and 51. RGB value is (74,113,81). Sum of RGB (Red+Green+Blue) = 74+113+81=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #4A7151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7151 is #B58EAE. Grayscale: #616161. Windows color (decimal): -11898543 or 5337418. OLE color: 5337418.

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

Color convert

RGB 74 113 81 -
CMYK 0.35 0 0.28 0.56
HSL 130.77º 0.21% 0.37% -
HSV(B) 130.77º 0.35% 0.44% -
XYZ 10.21 13.86 9.92 -
YUV 97.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 74 113 81 0.35 0 0.28 0.56 130.77 0.21 0.37
Hex 4A 71 51 23 0 1C 38 83 15 25
Octal 112 161 121 43 0 34 70 203 25 45
Binary 1001010 1110001 1010001 100011 0 11100 111000 10000011 10101 100101

Color Harmonies of #4A7151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7151

Black with #4A7151

Text Example


Text Example

White with #4A7151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,113,81); }

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

background-color css

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

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

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

border-color css

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

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

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