Html Css Color HEX #4A7053 Killarney

📋 copy color: '#4A7053'

red 74 ◦ green 112 ◦ blue 83

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

Shades of Killarney #4A7053

Tints of Killarney #4A7053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.64%

 BLUE value IS 83 (32.81% from 255) = 30.86%

R = 27.51%
G = 41.64%
B = 30.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#4A7053 (or 0x4A7053) is known color: Killarney. HEX triplet: 4A, 70 and 53. RGB value is (74,112,83). Sum of RGB (Red+Green+Blue) = 74+112+83=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7053 is #B58FAC. Grayscale: #616161. Windows color (decimal): -11898797 or 5468234. OLE color: 5468234.

HSL color Cylindrical-coordinate representation of color #4A7053: hue angle of 134.21º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A7053 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 112 83 -
CMYK 0.34 0 0.26 0.56
HSL 134.21º 0.2% 0.36% -
HSV(B) 134.21º 0.34% 0.44% -
XYZ 10.18 13.67 10.29 -
YUV 97.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 74 112 83 0.34 0 0.26 0.56 134.21 0.2 0.36
Hex 4A 70 53 22 0 1A 38 86 14 24
Octal 112 160 123 42 0 32 70 206 24 44
Binary 1001010 1110000 1010011 100010 0 11010 111000 10000110 10100 100100

Color Harmonies of #4A7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7053

Black with #4A7053

Text Example


Text Example

White with #4A7053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,112,83); }

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

background-color css

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

 a { background-color: rgb(74,112,83); }

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

border-color css

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

 span { border-color: rgb(74,112,83); }

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