Html Css Color HEX #428241 Killarney

📋 copy color: '#428241'

red 66 ◦ green 130 ◦ blue 65

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

Shades of Killarney #428241

Tints of Killarney #428241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 25.29%
G = 49.81%
B = 24.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#428241 (or 0x428241) is known color: Killarney. HEX triplet: 42, 82 and 41. RGB value is (66,130,65). Sum of RGB (Red+Green+Blue) = 66+130+65=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #428241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428241 is #BD7DBE. Grayscale: #676767. Windows color (decimal): -12418495 or 4293186. OLE color: 4293186.

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

Color convert

RGB 66 130 65 -
CMYK 0.49 0 0.50 0.49
HSL 119.08º 0.33% 0.38% -
HSV(B) 119.08º 0.5% 0.51% -
XYZ 11.18 17.51 7.79 -
YUV 103.45 106.3 101.29 -
System Red Green Blue C M Y K H S L
Decimal 66 130 65 0.49 0 0.50 0.49 119.08 0.33 0.38
Hex 42 82 41 31 0 32 31 77 21 26
Octal 102 202 101 61 0 62 61 167 41 46
Binary 1000010 10000010 1000001 110001 0 110010 110001 1110111 100001 100110

Color Harmonies of #428241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428241

Black with #428241

Text Example


Text Example

White with #428241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428241; }

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

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

background-color css

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

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

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

border-color css

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

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

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