Html Css Color HEX #4E754E Killarney

📋 copy color: '#4E754E'

red 78 ◦ green 117 ◦ blue 78

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

Shades of Killarney #4E754E

Tints of Killarney #4E754E

RGB

 RED value IS 78 (30.86% from 255) = 28.57%

 GREEN value IS 117 (46.09% from 255) = 42.86%

 BLUE value IS 78 (30.86% from 255) = 28.57%

R = 28.57%
G = 42.86%
B = 28.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#4E754E (or 0x4E754E) is known color: Killarney. HEX triplet: 4E, 75 and 4E. RGB value is (78,117,78). Sum of RGB (Red+Green+Blue) = 78+117+78=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #4E754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E754E is #B18AB1. Grayscale: #656565. Windows color (decimal): -11635378 or 5141838. OLE color: 5141838.

HSL color Cylindrical-coordinate representation of color #4E754E: hue angle of 120º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E754E is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 78 117 78 -
CMYK 0.33 0 0.33 0.54
HSL 120º 0.2% 0.38% -
HSV(B) 120º 0.33% 0.46% -
XYZ 10.88 14.89 9.51 -
YUV 100.89 115.08 111.67 -
System Red Green Blue C M Y K H S L
Decimal 78 117 78 0.33 0 0.33 0.54 120 0.2 0.38
Hex 4E 75 4E 21 0 21 36 78 14 26
Octal 116 165 116 41 0 41 66 170 24 46
Binary 1001110 1110101 1001110 100001 0 100001 110110 1111000 10100 100110

Color Harmonies of #4E754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E754E

Black with #4E754E

Text Example


Text Example

White with #4E754E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,117,78); }

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

background-color css

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

 a { background-color: rgb(78,117,78); }

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

border-color css

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

 span { border-color: rgb(78,117,78); }

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