Html Css Color HEX #428248 Killarney

📋 copy color: '#428248'

red 66 ◦ green 130 ◦ blue 72

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

Shades of Killarney #428248

Tints of Killarney #428248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.51%

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

R = 24.63%
G = 48.51%
B = 26.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#428248 (or 0x428248) is known color: Killarney. HEX triplet: 42, 82 and 48. RGB value is (66,130,72). Sum of RGB (Red+Green+Blue) = 66+130+72=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #428248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428248 is #BD7DB7. Grayscale: #686868. Windows color (decimal): -12418488 or 4751938. OLE color: 4751938.

HSL color Cylindrical-coordinate representation of color #428248: hue angle of 125.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428248 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 72 -
CMYK 0.49 0 0.45 0.49
HSL 125.63º 0.33% 0.38% -
HSV(B) 125.63º 0.49% 0.51% -
XYZ 11.4 17.59 8.93 -
YUV 104.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 66 130 72 0.49 0 0.45 0.49 125.63 0.33 0.38
Hex 42 82 48 31 0 2D 31 7E 21 26
Octal 102 202 110 61 0 55 61 176 41 46
Binary 1000010 10000010 1001000 110001 0 101101 110001 1111110 100001 100110

Color Harmonies of #428248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428248

Black with #428248

Text Example


Text Example

White with #428248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428248; }

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

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

background-color css

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

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

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

border-color css

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

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

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