Html Css Color HEX #428052 Killarney

📋 copy color: '#428052'

red 66 ◦ green 128 ◦ blue 82

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

Shades of Killarney #428052

Tints of Killarney #428052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.38%

 BLUE value IS 82 (32.42% from 255) = 29.71%

R = 23.91%
G = 46.38%
B = 29.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#428052 (or 0x428052) is known color: Killarney. HEX triplet: 42, 80 and 52. RGB value is (66,128,82). Sum of RGB (Red+Green+Blue) = 66+128+82=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #428052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428052 is #BD7FAD. Grayscale: #686868. Windows color (decimal): -12418990 or 5406786. OLE color: 5406786.

HSL color Cylindrical-coordinate representation of color #428052: hue angle of 135.48º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #428052 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 128 82 -
CMYK 0.48 0 0.36 0.50
HSL 135.48º 0.32% 0.38% -
HSV(B) 135.48º 0.48% 0.5% -
XYZ 11.49 17.21 10.7 -
YUV 104.22 115.46 100.74 -
System Red Green Blue C M Y K H S L
Decimal 66 128 82 0.48 0 0.36 0.50 135.48 0.32 0.38
Hex 42 80 52 30 0 24 32 87 20 26
Octal 102 200 122 60 0 44 62 207 40 46
Binary 1000010 10000000 1010010 110000 0 100100 110010 10000111 100000 100110

Color Harmonies of #428052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428052

Black with #428052

Text Example


Text Example

White with #428052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428052; }

 p { color: rgb(66,128,82); }

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

background-color css

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

 a { background-color: rgb(66,128,82); }

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

border-color css

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

 span { border-color: rgb(66,128,82); }

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