Html Css Color HEX #428049 Killarney

📋 copy color: '#428049'

red 66 ◦ green 128 ◦ blue 73

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

Shades of Killarney #428049

Tints of Killarney #428049

RGB

 RED value IS 66 (26.17% from 255) = 24.72%

 GREEN value IS 128 (50.39% from 255) = 47.94%

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

R = 24.72%
G = 47.94%
B = 27.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#428049 (or 0x428049) is known color: Killarney. HEX triplet: 42, 80 and 49. RGB value is (66,128,73). Sum of RGB (Red+Green+Blue) = 66+128+73=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #428049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428049 is #BD7FB6. Grayscale: #676767. Windows color (decimal): -12418999 or 4816962. OLE color: 4816962.

HSL color Cylindrical-coordinate representation of color #428049: hue angle of 126.77º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #428049 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 128 73 -
CMYK 0.48 0 0.43 0.50
HSL 126.77º 0.32% 0.38% -
HSV(B) 126.77º 0.48% 0.5% -
XYZ 11.17 17.08 9.01 -
YUV 103.19 110.96 101.47 -
System Red Green Blue C M Y K H S L
Decimal 66 128 73 0.48 0 0.43 0.50 126.77 0.32 0.38
Hex 42 80 49 30 0 2B 32 7F 20 26
Octal 102 200 111 60 0 53 62 177 40 46
Binary 1000010 10000000 1001001 110000 0 101011 110010 1111111 100000 100110

Color Harmonies of #428049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428049

Black with #428049

Text Example


Text Example

White with #428049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428049; }

 p { color: rgb(66,128,73); }

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

background-color css

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

 a { background-color: rgb(66,128,73); }

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

border-color css

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

 span { border-color: rgb(66,128,73); }

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