#4A7B53

Color #4A7B53 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #4A7B53

Tints of Killarney #4A7B53

Color information

#4A7B53 (or 0x4A7B53) is unknown color: approx Killarney. HEX triplet: 4A, 7B and 53. RGB value is (74,123,83). Sum of RGB (Red+Green+Blue) = 74+123+83=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #4A7B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7B53 is #B584AC. Grayscale: #676767. Windows color (decimal): -11895981 or 5471050. OLE color: 5471050.

HSL color Cylindrical-coordinate representation of color #4A7B53: hue angle of 131.02º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A7B53 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB7412383-
CMYK0.4000.330.52
HSL131.02º24.87%38.63%-
HSV(B)131.02º39.84%48.24%-
XYZ11.4716.2510.72-
YUV103.79116.27106.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.43%
GREEN value IS 123 (48.44% from 255) = 43.93%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=26.43%
G=43.93%
B=29.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74123830.4000.330.52131.0224.8738.63
Hex4A7B532802134831927
Octal11217312350041642033147
Binary10010101111011101001110100001000011101001000001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A7B53;
 }
 .AnyTagClassName
 {
   color: #4A7B53;
 }
</style>
background-color css

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

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

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

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

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

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