Html Css Color HEX #428952 Killarney

📋 copy color: '#428952'

red 66 ◦ green 137 ◦ blue 82

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

Shades of Killarney #428952

Tints of Killarney #428952

RGB

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

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

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

R = 23.16%
G = 48.07%
B = 28.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#428952 (or 0x428952) is known color: Killarney. HEX triplet: 42, 89 and 52. RGB value is (66,137,82). Sum of RGB (Red+Green+Blue) = 66+137+82=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #428952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428952 is #BD76AD. Grayscale: #6D6D6D. Windows color (decimal): -12416686 or 5409090. OLE color: 5409090.

HSL color Cylindrical-coordinate representation of color #428952: hue angle of 133.52º 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 #428952 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 82 -
CMYK 0.52 0 0.40 0.46
HSL 133.52º 0.35% 0.4% -
HSV(B) 133.52º 0.52% 0.54% -
XYZ 12.72 19.66 11.11 -
YUV 109.5 112.48 96.97 -
System Red Green Blue C M Y K H S L
Decimal 66 137 82 0.52 0 0.40 0.46 133.52 0.35 0.4
Hex 42 89 52 34 0 28 2E 86 23 28
Octal 102 211 122 64 0 50 56 206 43 50
Binary 1000010 10001001 1010010 110100 0 101000 101110 10000110 100011 101000

Color Harmonies of #428952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428952

Black with #428952

Text Example


Text Example

White with #428952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428952; }

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

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

background-color css

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

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

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

border-color css

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

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

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