Html Css Color HEX #428352 Killarney

📋 copy color: '#428352'

red 66 ◦ green 131 ◦ blue 82

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

Shades of Killarney #428352

Tints of Killarney #428352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

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

R = 23.66%
G = 46.95%
B = 29.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#428352 (or 0x428352) is known color: Killarney. HEX triplet: 42, 83 and 52. RGB value is (66,131,82). Sum of RGB (Red+Green+Blue) = 66+131+82=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #428352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428352 is #BD7CAD. Grayscale: #6A6A6A. Windows color (decimal): -12418222 or 5407554. OLE color: 5407554.

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

Color convert

RGB 66 131 82 -
CMYK 0.50 0 0.37 0.49
HSL 134.77º 0.33% 0.39% -
HSV(B) 134.77º 0.5% 0.51% -
XYZ 11.89 18 10.83 -
YUV 105.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 66 131 82 0.50 0 0.37 0.49 134.77 0.33 0.39
Hex 42 83 52 32 0 25 31 87 21 27
Octal 102 203 122 62 0 45 61 207 41 47
Binary 1000010 10000011 1010010 110010 0 100101 110001 10000111 100001 100111

Color Harmonies of #428352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428352

Black with #428352

Text Example


Text Example

White with #428352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428352; }

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

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

background-color css

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

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

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

border-color css

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

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

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