Html Css Color HEX #428D4C Killarney

📋 copy color: '#428D4C'

red 66 ◦ green 141 ◦ blue 76

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

Shades of Killarney #428D4C

Tints of Killarney #428D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 49.82%

 BLUE value IS 76 (30.08% from 255) = 26.86%

R = 23.32%
G = 49.82%
B = 26.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#428D4C (or 0x428D4C) is known color: Killarney. HEX triplet: 42, 8D and 4C. RGB value is (66,141,76). Sum of RGB (Red+Green+Blue) = 66+141+76=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #428D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D4C is #BD72B3. Grayscale: #6F6F6F. Windows color (decimal): -12415668 or 5016898. OLE color: 5016898.

HSL color Cylindrical-coordinate representation of color #428D4C: hue angle of 128º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D4C is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 76 -
CMYK 0.53 0 0.46 0.45
HSL 128º 0.36% 0.41% -
HSV(B) 128º 0.53% 0.55% -
XYZ 13.08 20.73 10.15 -
YUV 111.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 66 141 76 0.53 0 0.46 0.45 128 0.36 0.41
Hex 42 8D 4C 35 0 2E 2D 80 24 29
Octal 102 215 114 65 0 56 55 200 44 51
Binary 1000010 10001101 1001100 110101 0 101110 101101 10000000 100100 101001

Color Harmonies of #428D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D4C

Black with #428D4C

Text Example


Text Example

White with #428D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428D4C; }

 p { color: rgb(66,141,76); }

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

background-color css

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

 a { background-color: rgb(66,141,76); }

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

border-color css

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

 span { border-color: rgb(66,141,76); }

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