Html Css Color HEX #427C51 Killarney

📋 copy color: '#427C51'

red 66 ◦ green 124 ◦ blue 81

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

Shades of Killarney #427C51

Tints of Killarney #427C51

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.76%

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

R = 24.35%
G = 45.76%
B = 29.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#427C51 (or 0x427C51) is known color: Killarney. HEX triplet: 42, 7C and 51. RGB value is (66,124,81). Sum of RGB (Red+Green+Blue) = 66+124+81=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #427C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C51 is #BD83AE. Grayscale: #656565. Windows color (decimal): -12420015 or 5340226. OLE color: 5340226.

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

Color convert

RGB 66 124 81 -
CMYK 0.47 0 0.35 0.51
HSL 135.52º 0.31% 0.37% -
HSV(B) 135.52º 0.47% 0.49% -
XYZ 10.94 16.17 10.33 -
YUV 101.76 116.28 102.5 -
System Red Green Blue C M Y K H S L
Decimal 66 124 81 0.47 0 0.35 0.51 135.52 0.31 0.37
Hex 42 7C 51 2F 0 23 33 88 1F 25
Octal 102 174 121 57 0 43 63 210 37 45
Binary 1000010 1111100 1010001 101111 0 100011 110011 10001000 11111 100101

Color Harmonies of #427C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C51

Black with #427C51

Text Example


Text Example

White with #427C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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