Html Css Color HEX #428A51 Killarney

📋 copy color: '#428A51'

red 66 ◦ green 138 ◦ blue 81

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

Shades of Killarney #428A51

Tints of Killarney #428A51

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.42%

 BLUE value IS 81 (32.03% from 255) = 28.42%

R = 23.16%
G = 48.42%
B = 28.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#428A51 (or 0x428A51) is known color: Killarney. HEX triplet: 42, 8A and 51. RGB value is (66,138,81). Sum of RGB (Red+Green+Blue) = 66+138+81=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #428A51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A51 is #BD75AE. Grayscale: #6E6E6E. Windows color (decimal): -12416431 or 5343810. OLE color: 5343810.

HSL color Cylindrical-coordinate representation of color #428A51: hue angle of 132.5º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A51 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 138 81 -
CMYK 0.52 0 0.41 0.46
HSL 132.5º 0.35% 0.4% -
HSV(B) 132.5º 0.52% 0.54% -
XYZ 12.82 19.93 10.96 -
YUV 109.97 111.65 96.63 -
System Red Green Blue C M Y K H S L
Decimal 66 138 81 0.52 0 0.41 0.46 132.5 0.35 0.4
Hex 42 8A 51 34 0 29 2E 84 23 28
Octal 102 212 121 64 0 51 56 204 43 50
Binary 1000010 10001010 1010001 110100 0 101001 101110 10000100 100011 101000

Color Harmonies of #428A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A51

Black with #428A51

Text Example


Text Example

White with #428A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,138,81); }

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

background-color css

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

 a { background-color: rgb(66,138,81); }

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

border-color css

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

 span { border-color: rgb(66,138,81); }

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