Html Css Color HEX #428445 Killarney

📋 copy color: '#428445'

red 66 ◦ green 132 ◦ blue 69

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

Shades of Killarney #428445

Tints of Killarney #428445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.84%

R = 24.72%
G = 49.44%
B = 25.84%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#428445 (or 0x428445) is known color: Killarney. HEX triplet: 42, 84 and 45. RGB value is (66,132,69). Sum of RGB (Red+Green+Blue) = 66+132+69=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #428445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428445 is #BD7BBA. Grayscale: #696969. Windows color (decimal): -12417979 or 4555842. OLE color: 4555842.

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

Color convert

RGB 66 132 69 -
CMYK 0.5 0 0.48 0.48
HSL 122.73º 0.33% 0.39% -
HSV(B) 122.73º 0.5% 0.52% -
XYZ 11.57 18.09 8.51 -
YUV 105.08 107.63 100.12 -
System Red Green Blue C M Y K H S L
Decimal 66 132 69 0.5 0 0.48 0.48 122.73 0.33 0.39
Hex 42 84 45 32 0 30 30 7B 21 27
Octal 102 204 105 62 0 60 60 173 41 47
Binary 1000010 10000100 1000101 110010 0 110000 110000 1111011 100001 100111

Color Harmonies of #428445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428445

Black with #428445

Text Example


Text Example

White with #428445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428445; }

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

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

background-color css

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

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

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

border-color css

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

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

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