Html Css Color HEX #428448 Killarney

📋 copy color: '#428448'

red 66 ◦ green 132 ◦ blue 72

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

Shades of Killarney #428448

Tints of Killarney #428448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 24.44%
G = 48.89%
B = 26.67%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#428448 (or 0x428448) is known color: Killarney. HEX triplet: 42, 84 and 48. RGB value is (66,132,72). Sum of RGB (Red+Green+Blue) = 66+132+72=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #428448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428448 is #BD7BB7. Grayscale: #696969. Windows color (decimal): -12417976 or 4752450. OLE color: 4752450.

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

Color convert

RGB 66 132 72 -
CMYK 0.5 0 0.45 0.48
HSL 125.45º 0.33% 0.39% -
HSV(B) 125.45º 0.5% 0.52% -
XYZ 11.67 18.13 9.02 -
YUV 105.43 109.13 99.88 -
System Red Green Blue C M Y K H S L
Decimal 66 132 72 0.5 0 0.45 0.48 125.45 0.33 0.39
Hex 42 84 48 32 0 2D 30 7D 21 27
Octal 102 204 110 62 0 55 60 175 41 47
Binary 1000010 10000100 1001000 110010 0 101101 110000 1111101 100001 100111

Color Harmonies of #428448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428448

Black with #428448

Text Example


Text Example

White with #428448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428448; }

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

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

background-color css

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

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

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

border-color css

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

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

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