#4B774A

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

Shades of Killarney #4B774A

Tints of Killarney #4B774A

Color information

#4B774A (or 0x4B774A) is unknown color: approx Killarney. HEX triplet: 4B, 77 and 4A. RGB value is (75,119,74). Sum of RGB (Red+Green+Blue) = 75+119+74=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #4B774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B774A is #B488B5. Grayscale: #646464. Windows color (decimal): -11831478 or 4880203. OLE color: 4880203.

HSL color Cylindrical-coordinate representation of color #4B774A: hue angle of 118.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B774A is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB7511974-
CMYK0.3700.380.53
HSL118.67º23.32%37.84%-
HSV(B)118.67º37.82%46.67%-
XYZ10.7315.188.84-
YUV100.71112.92109.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.99%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=27.99%
G=44.40%
B=27.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75119740.3700.380.53118.6723.3237.84
Hex4B774A2502635771726
Octal11316711245046651672746
Binary1001011111011110010101001010100110110101111011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,119,74); }

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

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

 a { background-color: rgb(75,119,74); }

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

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

 span { border-color: rgb(75,119,74); }

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