Html Css Color HEX #427142 Killarney

📋 copy color: '#427142'

red 66 ◦ green 113 ◦ blue 66

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

Shades of Killarney #427142

Tints of Killarney #427142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.12%

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 26.94%
G = 46.12%
B = 26.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#427142 (or 0x427142) is known color: Killarney. HEX triplet: 42, 71 and 42. RGB value is (66,113,66). Sum of RGB (Red+Green+Blue) = 66+113+66=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #427142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427142 is #BD8EBD. Grayscale: #5D5D5D. Windows color (decimal): -12422846 or 4354370. OLE color: 4354370.

HSL color Cylindrical-coordinate representation of color #427142: hue angle of 120º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427142 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 66 -
CMYK 0.42 0 0.42 0.56
HSL 120º 0.26% 0.35% -
HSV(B) 120º 0.42% 0.44% -
XYZ 9.14 13.36 7.25 -
YUV 93.59 112.43 108.32 -
System Red Green Blue C M Y K H S L
Decimal 66 113 66 0.42 0 0.42 0.56 120 0.26 0.35
Hex 42 71 42 2A 0 2A 38 78 1A 23
Octal 102 161 102 52 0 52 70 170 32 43
Binary 1000010 1110001 1000010 101010 0 101010 111000 1111000 11010 100011

Color Harmonies of #427142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427142

Black with #427142

Text Example


Text Example

White with #427142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427142; }

 p { color: rgb(66,113,66); }

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

background-color css

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

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

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

border-color css

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

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

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