Html Css Color HEX #427A4E Killarney

📋 copy color: '#427A4E'

red 66 ◦ green 122 ◦ blue 78

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

Shades of Killarney #427A4E

Tints of Killarney #427A4E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.86%

 BLUE value IS 78 (30.86% from 255) = 29.32%

R = 24.81%
G = 45.86%
B = 29.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#427A4E (or 0x427A4E) is known color: Killarney. HEX triplet: 42, 7A and 4E. RGB value is (66,122,78). Sum of RGB (Red+Green+Blue) = 66+122+78=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 122 - color contains mainly: green. Hex color #427A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A4E is #BD85B1. Grayscale: #646464. Windows color (decimal): -12420530 or 5143106. OLE color: 5143106.

HSL color Cylindrical-coordinate representation of color #427A4E: hue angle of 132.86º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A4E is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 122 78 -
CMYK 0.46 0 0.36 0.52
HSL 132.86º 0.3% 0.37% -
HSV(B) 132.86º 0.46% 0.48% -
XYZ 10.58 15.63 9.67 -
YUV 100.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 66 122 78 0.46 0 0.36 0.52 132.86 0.3 0.37
Hex 42 7A 4E 2E 0 24 34 85 1E 25
Octal 102 172 116 56 0 44 64 205 36 45
Binary 1000010 1111010 1001110 101110 0 100100 110100 10000101 11110 100101

Color Harmonies of #427A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A4E

Black with #427A4E

Text Example


Text Example

White with #427A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427A4E; }

 p { color: rgb(66,122,78); }

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

background-color css

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

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

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

border-color css

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

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

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