Html Css Color HEX #427E51 Killarney

📋 copy color: '#427E51'

red 66 ◦ green 126 ◦ blue 81

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

Shades of Killarney #427E51

Tints of Killarney #427E51

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.15%

 BLUE value IS 81 (32.03% from 255) = 29.67%

R = 24.18%
G = 46.15%
B = 29.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#427E51 (or 0x427E51) is known color: Killarney. HEX triplet: 42, 7E and 51. RGB value is (66,126,81). Sum of RGB (Red+Green+Blue) = 66+126+81=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 126 - color contains mainly: green. Hex color #427E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E51 is #BD81AE. Grayscale: #676767. Windows color (decimal): -12419503 or 5340738. OLE color: 5340738.

HSL color Cylindrical-coordinate representation of color #427E51: hue angle of 135º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E51 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 126 81 -
CMYK 0.48 0 0.36 0.51
HSL 135º 0.31% 0.38% -
HSV(B) 135º 0.48% 0.49% -
XYZ 11.19 16.67 10.41 -
YUV 102.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 66 126 81 0.48 0 0.36 0.51 135 0.31 0.38
Hex 42 7E 51 30 0 24 33 87 1F 26
Octal 102 176 121 60 0 44 63 207 37 46
Binary 1000010 1111110 1010001 110000 0 100100 110011 10000111 11111 100110

Color Harmonies of #427E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E51

Black with #427E51

Text Example


Text Example

White with #427E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,126,81); }

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

background-color css

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

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

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

border-color css

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

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

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