Html Css Color HEX #4B724A Killarney

📋 copy color: '#4B724A'

red 75 ◦ green 114 ◦ blue 74

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

Shades of Killarney #4B724A

Tints of Killarney #4B724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.35%

 BLUE value IS 74 (29.3% from 255) = 28.14%

R = 28.52%
G = 43.35%
B = 28.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#4B724A (or 0x4B724A) is known color: Killarney. HEX triplet: 4B, 72 and 4A. RGB value is (75,114,74). Sum of RGB (Red+Green+Blue) = 75+114+74=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #4B724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B724A is #B48DB5. Grayscale: #616161. Windows color (decimal): -11832758 or 4878923. OLE color: 4878923.

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

Color convert

RGB 75 114 74 -
CMYK 0.34 0 0.35 0.55
HSL 118.5º 0.21% 0.37% -
HSV(B) 118.5º 0.35% 0.45% -
XYZ 10.15 14.02 8.65 -
YUV 97.78 114.58 111.75 -
System Red Green Blue C M Y K H S L
Decimal 75 114 74 0.34 0 0.35 0.55 118.5 0.21 0.37
Hex 4B 72 4A 22 0 23 37 76 15 25
Octal 113 162 112 42 0 43 67 166 25 45
Binary 1001011 1110010 1001010 100010 0 100011 110111 1110110 10101 100101

Color Harmonies of #4B724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B724A

Black with #4B724A

Text Example


Text Example

White with #4B724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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