Html Css Color HEX #428C4D Killarney

📋 copy color: '#428C4D'

red 66 ◦ green 140 ◦ blue 77

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

Shades of Killarney #428C4D

Tints of Killarney #428C4D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 49.47%

 BLUE value IS 77 (30.47% from 255) = 27.21%

R = 23.32%
G = 49.47%
B = 27.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#428C4D (or 0x428C4D) is known color: Killarney. HEX triplet: 42, 8C and 4D. RGB value is (66,140,77). Sum of RGB (Red+Green+Blue) = 66+140+77=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 140 (55.08% from 255 or 49.47% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 140 - color contains mainly: green. Hex color #428C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428C4D is #BD73B2. Grayscale: #6E6E6E. Windows color (decimal): -12415923 or 5082178. OLE color: 5082178.

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

Color convert

RGB 66 140 77 -
CMYK 0.53 0 0.45 0.45
HSL 128.92º 0.36% 0.4% -
HSV(B) 128.92º 0.53% 0.55% -
XYZ 12.96 20.45 10.29 -
YUV 110.69 108.98 96.12 -
System Red Green Blue C M Y K H S L
Decimal 66 140 77 0.53 0 0.45 0.45 128.92 0.36 0.4
Hex 42 8C 4D 35 0 2D 2D 81 24 28
Octal 102 214 115 65 0 55 55 201 44 50
Binary 1000010 10001100 1001101 110101 0 101101 101101 10000001 100100 101000

Color Harmonies of #428C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428C4D

Black with #428C4D

Text Example


Text Example

White with #428C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,140,77); }

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

background-color css

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

 a { background-color: rgb(66,140,77); }

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

border-color css

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

 span { border-color: rgb(66,140,77); }

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