Html Css Color HEX #428249 Killarney

📋 copy color: '#428249'

red 66 ◦ green 130 ◦ blue 73

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

Shades of Killarney #428249

Tints of Killarney #428249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.33%

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

R = 24.54%
G = 48.33%
B = 27.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#428249 (or 0x428249) is known color: Killarney. HEX triplet: 42, 82 and 49. RGB value is (66,130,73). Sum of RGB (Red+Green+Blue) = 66+130+73=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #428249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428249 is #BD7DB6. Grayscale: #686868. Windows color (decimal): -12418487 or 4817474. OLE color: 4817474.

HSL color Cylindrical-coordinate representation of color #428249: hue angle of 126.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428249 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 73 -
CMYK 0.49 0 0.44 0.49
HSL 126.56º 0.33% 0.38% -
HSV(B) 126.56º 0.49% 0.51% -
XYZ 11.43 17.6 9.1 -
YUV 104.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 66 130 73 0.49 0 0.44 0.49 126.56 0.33 0.38
Hex 42 82 49 31 0 2C 31 7F 21 26
Octal 102 202 111 61 0 54 61 177 41 46
Binary 1000010 10000010 1001001 110001 0 101100 110001 1111111 100001 100110

Color Harmonies of #428249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428249

Black with #428249

Text Example


Text Example

White with #428249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428249; }

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

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

background-color css

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

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

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

border-color css

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

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

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