Html Css Color HEX #428446 Killarney

📋 copy color: '#428446'

red 66 ◦ green 132 ◦ blue 70

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

Shades of Killarney #428446

Tints of Killarney #428446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.25%

 BLUE value IS 70 (27.73% from 255) = 26.12%

R = 24.63%
G = 49.25%
B = 26.12%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#428446 (or 0x428446) is known color: Killarney. HEX triplet: 42, 84 and 46. RGB value is (66,132,70). Sum of RGB (Red+Green+Blue) = 66+132+70=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #428446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428446 is #BD7BB9. Grayscale: #696969. Windows color (decimal): -12417978 or 4621378. OLE color: 4621378.

HSL color Cylindrical-coordinate representation of color #428446: hue angle of 123.64º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428446 is Cyan = 0.5, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 132 70 -
CMYK 0.5 0 0.47 0.48
HSL 123.64º 0.33% 0.39% -
HSV(B) 123.64º 0.5% 0.52% -
XYZ 11.6 18.1 8.68 -
YUV 105.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 66 132 70 0.5 0 0.47 0.48 123.64 0.33 0.39
Hex 42 84 46 32 0 2F 30 7C 21 27
Octal 102 204 106 62 0 57 60 174 41 47
Binary 1000010 10000100 1000110 110010 0 101111 110000 1111100 100001 100111

Color Harmonies of #428446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428446

Black with #428446

Text Example


Text Example

White with #428446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428446; }

 p { color: rgb(66,132,70); }

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

background-color css

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

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

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

border-color css

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

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

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