Html Css Color HEX #428746 Killarney

📋 copy color: '#428746'

red 66 ◦ green 135 ◦ blue 70

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

Shades of Killarney #428746

Tints of Killarney #428746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.82%

 BLUE value IS 70 (27.73% from 255) = 25.83%

R = 24.35%
G = 49.82%
B = 25.83%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#428746 (or 0x428746) is known color: Killarney. HEX triplet: 42, 87 and 46. RGB value is (66,135,70). Sum of RGB (Red+Green+Blue) = 66+135+70=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #428746 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428746 is #BD78B9. Grayscale: #6B6B6B. Windows color (decimal): -12417210 or 4622146. OLE color: 4622146.

HSL color Cylindrical-coordinate representation of color #428746: hue angle of 123.48º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428746 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 135 70 -
CMYK 0.51 0 0.48 0.47
HSL 123.48º 0.34% 0.39% -
HSV(B) 123.48º 0.51% 0.53% -
XYZ 12.02 18.93 8.81 -
YUV 106.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 66 135 70 0.51 0 0.48 0.47 123.48 0.34 0.39
Hex 42 87 46 33 0 30 2F 7B 22 27
Octal 102 207 106 63 0 60 57 173 42 47
Binary 1000010 10000111 1000110 110011 0 110000 101111 1111011 100010 100111

Color Harmonies of #428746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428746

Black with #428746

Text Example


Text Example

White with #428746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428746; }

 p { color: rgb(66,135,70); }

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

background-color css

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

 a { background-color: rgb(66,135,70); }

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

border-color css

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

 span { border-color: rgb(66,135,70); }

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