Html Css Color HEX #428247 Killarney

📋 copy color: '#428247'

red 66 ◦ green 130 ◦ blue 71

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

Shades of Killarney #428247

Tints of Killarney #428247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.59%

R = 24.72%
G = 48.69%
B = 26.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#428247 (or 0x428247) is known color: Killarney. HEX triplet: 42, 82 and 47. RGB value is (66,130,71). Sum of RGB (Red+Green+Blue) = 66+130+71=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #428247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428247 is #BD7DB8. Grayscale: #686868. Windows color (decimal): -12418489 or 4686402. OLE color: 4686402.

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

Color convert

RGB 66 130 71 -
CMYK 0.49 0 0.45 0.49
HSL 124.69º 0.33% 0.38% -
HSV(B) 124.69º 0.49% 0.51% -
XYZ 11.37 17.58 8.76 -
YUV 104.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 66 130 71 0.49 0 0.45 0.49 124.69 0.33 0.38
Hex 42 82 47 31 0 2D 31 7D 21 26
Octal 102 202 107 61 0 55 61 175 41 46
Binary 1000010 10000010 1000111 110001 0 101101 110001 1111101 100001 100110

Color Harmonies of #428247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428247

Black with #428247

Text Example


Text Example

White with #428247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428247; }

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

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

background-color css

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

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

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

border-color css

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

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

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