Html Css Color HEX #4B7049 Killarney

📋 copy color: '#4B7049'

red 75 ◦ green 112 ◦ blue 73

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

Shades of Killarney #4B7049

Tints of Killarney #4B7049

RGB

 RED value IS 75 (29.69% from 255) = 28.85%

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

 BLUE value IS 73 (28.91% from 255) = 28.08%

R = 28.85%
G = 43.08%
B = 28.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#4B7049 (or 0x4B7049) is known color: Killarney. HEX triplet: 4B, 70 and 49. RGB value is (75,112,73). Sum of RGB (Red+Green+Blue) = 75+112+73=260 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.85% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7049 is #B48FB6. Grayscale: #606060. Windows color (decimal): -11833271 or 4812875. OLE color: 4812875.

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

Color convert

RGB 75 112 73 -
CMYK 0.33 0 0.35 0.56
HSL 116.92º 0.21% 0.36% -
HSV(B) 116.92º 0.35% 0.44% -
XYZ 9.9 13.57 8.4 -
YUV 96.49 114.74 112.67 -
System Red Green Blue C M Y K H S L
Decimal 75 112 73 0.33 0 0.35 0.56 116.92 0.21 0.36
Hex 4B 70 49 21 0 23 38 75 15 24
Octal 113 160 111 41 0 43 70 165 25 44
Binary 1001011 1110000 1001001 100001 0 100011 111000 1110101 10101 100100

Color Harmonies of #4B7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7049

Black with #4B7049

Text Example


Text Example

White with #4B7049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,112,73); }

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

background-color css

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

 a { background-color: rgb(75,112,73); }

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

border-color css

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

 span { border-color: rgb(75,112,73); }

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