Html Css Color HEX #428250 Killarney

📋 copy color: '#428250'

red 66 ◦ green 130 ◦ blue 80

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

Shades of Killarney #428250

Tints of Killarney #428250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.1%

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

R = 23.91%
G = 47.1%
B = 28.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#428250 (or 0x428250) is known color: Killarney. HEX triplet: 42, 82 and 50. RGB value is (66,130,80). Sum of RGB (Red+Green+Blue) = 66+130+80=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #428250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428250 is #BD7DAF. Grayscale: #696969. Windows color (decimal): -12418480 or 5276226. OLE color: 5276226.

HSL color Cylindrical-coordinate representation of color #428250: hue angle of 133.12º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428250 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 80 -
CMYK 0.49 0 0.38 0.49
HSL 133.13º 0.33% 0.38% -
HSV(B) 133.13º 0.49% 0.51% -
XYZ 11.68 17.7 10.39 -
YUV 105.16 113.8 100.07 -
System Red Green Blue C M Y K H S L
Decimal 66 130 80 0.49 0 0.38 0.49 133.13 0.33 0.38
Hex 42 82 50 31 0 26 31 85 21 26
Octal 102 202 120 61 0 46 61 205 41 46
Binary 1000010 10000010 1010000 110001 0 100110 110001 10000101 100001 100110

Color Harmonies of #428250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428250

Black with #428250

Text Example


Text Example

White with #428250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428250; }

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

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

background-color css

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

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

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

border-color css

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

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

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