Html Css Color HEX #428648 Killarney

📋 copy color: '#428648'

red 66 ◦ green 134 ◦ blue 72

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

Shades of Killarney #428648

Tints of Killarney #428648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.26%

 BLUE value IS 72 (28.52% from 255) = 26.47%

R = 24.26%
G = 49.26%
B = 26.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#428648 (or 0x428648) is known color: Killarney. HEX triplet: 42, 86 and 48. RGB value is (66,134,72). Sum of RGB (Red+Green+Blue) = 66+134+72=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #428648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428648 is #BD79B7. Grayscale: #6A6A6A. Windows color (decimal): -12417464 or 4752962. OLE color: 4752962.

HSL color Cylindrical-coordinate representation of color #428648: hue angle of 125.29º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428648 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 134 72 -
CMYK 0.51 0 0.46 0.47
HSL 125.29º 0.34% 0.39% -
HSV(B) 125.29º 0.51% 0.53% -
XYZ 11.94 18.68 9.11 -
YUV 106.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 66 134 72 0.51 0 0.46 0.47 125.29 0.34 0.39
Hex 42 86 48 33 0 2E 2F 7D 22 27
Octal 102 206 110 63 0 56 57 175 42 47
Binary 1000010 10000110 1001000 110011 0 101110 101111 1111101 100010 100111

Color Harmonies of #428648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428648

Black with #428648

Text Example


Text Example

White with #428648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428648; }

 p { color: rgb(66,134,72); }

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

background-color css

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

 a { background-color: rgb(66,134,72); }

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

border-color css

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

 span { border-color: rgb(66,134,72); }

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