Html Css Color HEX #428B48 Killarney

📋 copy color: '#428B48'

red 66 ◦ green 139 ◦ blue 72

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

Shades of Killarney #428B48

Tints of Killarney #428B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50.18%

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

R = 23.83%
G = 50.18%
B = 25.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#428B48 (or 0x428B48) is known color: Killarney. HEX triplet: 42, 8B and 48. RGB value is (66,139,72). Sum of RGB (Red+Green+Blue) = 66+139+72=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #428B48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B48 is #BD74B7. Grayscale: #6D6D6D. Windows color (decimal): -12416184 or 4754242. OLE color: 4754242.

HSL color Cylindrical-coordinate representation of color #428B48: hue angle of 124.93º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428B48 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 139 72 -
CMYK 0.53 0 0.48 0.45
HSL 124.93º 0.36% 0.4% -
HSV(B) 124.93º 0.53% 0.55% -
XYZ 12.65 20.09 9.34 -
YUV 109.54 106.82 96.95 -
System Red Green Blue C M Y K H S L
Decimal 66 139 72 0.53 0 0.48 0.45 124.93 0.36 0.4
Hex 42 8B 48 35 0 30 2D 7D 24 28
Octal 102 213 110 65 0 60 55 175 44 50
Binary 1000010 10001011 1001000 110101 0 110000 101101 1111101 100100 101000

Color Harmonies of #428B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428B48

Black with #428B48

Text Example


Text Example

White with #428B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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