Html Css Color HEX #428948 Killarney

📋 copy color: '#428948'

red 66 ◦ green 137 ◦ blue 72

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

Shades of Killarney #428948

Tints of Killarney #428948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.82%

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

R = 24%
G = 49.82%
B = 26.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#428948 (or 0x428948) is known color: Killarney. HEX triplet: 42, 89 and 48. RGB value is (66,137,72). Sum of RGB (Red+Green+Blue) = 66+137+72=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #428948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428948 is #BD76B7. Grayscale: #6C6C6C. Windows color (decimal): -12416696 or 4753730. OLE color: 4753730.

HSL color Cylindrical-coordinate representation of color #428948: hue angle of 125.07º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428948 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 72 -
CMYK 0.52 0 0.47 0.46
HSL 125.07º 0.35% 0.4% -
HSV(B) 125.07º 0.52% 0.54% -
XYZ 12.36 19.52 9.25 -
YUV 108.36 107.48 97.79 -
System Red Green Blue C M Y K H S L
Decimal 66 137 72 0.52 0 0.47 0.46 125.07 0.35 0.4
Hex 42 89 48 34 0 2F 2E 7D 23 28
Octal 102 211 110 64 0 57 56 175 43 50
Binary 1000010 10001001 1001000 110100 0 101111 101110 1111101 100011 101000

Color Harmonies of #428948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428948

Black with #428948

Text Example


Text Example

White with #428948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428948; }

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

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

background-color css

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

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

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

border-color css

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

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

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