Html Css Color HEX #428548 Killarney

📋 copy color: '#428548'

red 66 ◦ green 133 ◦ blue 72

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

Shades of Killarney #428548

Tints of Killarney #428548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.08%

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

R = 24.35%
G = 49.08%
B = 26.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#428548 (or 0x428548) is known color: Killarney. HEX triplet: 42, 85 and 48. RGB value is (66,133,72). Sum of RGB (Red+Green+Blue) = 66+133+72=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #428548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428548 is #BD7AB7. Grayscale: #6A6A6A. Windows color (decimal): -12417720 or 4752706. OLE color: 4752706.

HSL color Cylindrical-coordinate representation of color #428548: hue angle of 125.37º degrees, saturation: 0.34, 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 #428548 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 72 -
CMYK 0.50 0 0.46 0.48
HSL 125.37º 0.34% 0.39% -
HSV(B) 125.37º 0.5% 0.52% -
XYZ 11.8 18.4 9.06 -
YUV 106.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 66 133 72 0.50 0 0.46 0.48 125.37 0.34 0.39
Hex 42 85 48 32 0 2E 30 7D 22 27
Octal 102 205 110 62 0 56 60 175 42 47
Binary 1000010 10000101 1001000 110010 0 101110 110000 1111101 100010 100111

Color Harmonies of #428548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428548

Black with #428548

Text Example


Text Example

White with #428548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428548; }

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

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

background-color css

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

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

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

border-color css

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

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

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