Html Css Color HEX #428750 Killarney

📋 copy color: '#428750'

red 66 ◦ green 135 ◦ blue 80

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

Shades of Killarney #428750

Tints of Killarney #428750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.04%

 BLUE value IS 80 (31.64% from 255) = 28.47%

R = 23.49%
G = 48.04%
B = 28.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#428750 (or 0x428750) is known color: Killarney. HEX triplet: 42, 87 and 50. RGB value is (66,135,80). Sum of RGB (Red+Green+Blue) = 66+135+80=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #428750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428750 is #BD78AF. Grayscale: #6C6C6C. Windows color (decimal): -12417200 or 5277506. OLE color: 5277506.

HSL color Cylindrical-coordinate representation of color #428750: hue angle of 132.17º 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 #428750 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 135 80 -
CMYK 0.51 0 0.41 0.47
HSL 132.17º 0.34% 0.39% -
HSV(B) 132.17º 0.51% 0.53% -
XYZ 12.36 19.07 10.62 -
YUV 108.1 112.14 97.97 -
System Red Green Blue C M Y K H S L
Decimal 66 135 80 0.51 0 0.41 0.47 132.17 0.34 0.39
Hex 42 87 50 33 0 29 2F 84 22 27
Octal 102 207 120 63 0 51 57 204 42 47
Binary 1000010 10000111 1010000 110011 0 101001 101111 10000100 100010 100111

Color Harmonies of #428750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428750

Black with #428750

Text Example


Text Example

White with #428750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428750; }

 p { color: rgb(66,135,80); }

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

background-color css

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

 a { background-color: rgb(66,135,80); }

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

border-color css

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

 span { border-color: rgb(66,135,80); }

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