Html Css Color HEX #428242 Killarney

📋 copy color: '#428242'

red 66 ◦ green 130 ◦ blue 66

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

Shades of Killarney #428242

Tints of Killarney #428242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 25.19%
G = 49.62%
B = 25.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#428242 (or 0x428242) is known color: Killarney. HEX triplet: 42, 82 and 42. RGB value is (66,130,66). Sum of RGB (Red+Green+Blue) = 66+130+66=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #428242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428242 is #BD7DBD. Grayscale: #676767. Windows color (decimal): -12418494 or 4358722. OLE color: 4358722.

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

Color convert

RGB 66 130 66 -
CMYK 0.49 0 0.49 0.49
HSL 120º 0.33% 0.38% -
HSV(B) 120º 0.49% 0.51% -
XYZ 11.21 17.52 7.94 -
YUV 103.57 106.8 101.2 -
System Red Green Blue C M Y K H S L
Decimal 66 130 66 0.49 0 0.49 0.49 120 0.33 0.38
Hex 42 82 42 31 0 31 31 78 21 26
Octal 102 202 102 61 0 61 61 170 41 46
Binary 1000010 10000010 1000010 110001 0 110001 110001 1111000 100001 100110

Color Harmonies of #428242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428242

Black with #428242

Text Example


Text Example

White with #428242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428242; }

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

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

background-color css

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

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

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

border-color css

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

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

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