Html Css Color HEX #4D704B Killarney

📋 copy color: '#4D704B'

red 77 ◦ green 112 ◦ blue 75

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

Shades of Killarney #4D704B

Tints of Killarney #4D704B

RGB

 RED value IS 77 (30.47% from 255) = 29.17%

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

 BLUE value IS 75 (29.69% from 255) = 28.41%

R = 29.17%
G = 42.42%
B = 28.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#4D704B (or 0x4D704B) is known color: Killarney. HEX triplet: 4D, 70 and 4B. RGB value is (77,112,75). Sum of RGB (Red+Green+Blue) = 77+112+75=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #4D704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D704B is #B28FB4. Grayscale: #616161. Windows color (decimal): -11702197 or 4943949. OLE color: 4943949.

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

Color convert

RGB 77 112 75 -
CMYK 0.31 0 0.33 0.56
HSL 116.76º 0.2% 0.37% -
HSV(B) 116.76º 0.33% 0.44% -
XYZ 10.12 13.67 8.76 -
YUV 97.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 77 112 75 0.31 0 0.33 0.56 116.76 0.2 0.37
Hex 4D 70 4B 1F 0 21 38 75 14 25
Octal 115 160 113 37 0 41 70 165 24 45
Binary 1001101 1110000 1001011 11111 0 100001 111000 1110101 10100 100101

Color Harmonies of #4D704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D704B

Black with #4D704B

Text Example


Text Example

White with #4D704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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