Html Css Color HEX #427F49 Killarney

📋 copy color: '#427F49'

red 66 ◦ green 127 ◦ blue 73

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

Shades of Killarney #427F49

Tints of Killarney #427F49

RGB

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

 GREEN value IS 127 (50% from 255) = 47.74%

 BLUE value IS 73 (28.91% from 255) = 27.44%

R = 24.81%
G = 47.74%
B = 27.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#427F49 (or 0x427F49) is known color: Killarney. HEX triplet: 42, 7F and 49. RGB value is (66,127,73). Sum of RGB (Red+Green+Blue) = 66+127+73=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #427F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427F49 is #BD80B6. Grayscale: #666666. Windows color (decimal): -12419255 or 4816706. OLE color: 4816706.

HSL color Cylindrical-coordinate representation of color #427F49: hue angle of 126.89º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F49 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 127 73 -
CMYK 0.48 0 0.43 0.50
HSL 126.89º 0.32% 0.38% -
HSV(B) 126.89º 0.48% 0.5% -
XYZ 11.04 16.82 8.97 -
YUV 102.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 66 127 73 0.48 0 0.43 0.50 126.89 0.32 0.38
Hex 42 7F 49 30 0 2B 32 7F 20 26
Octal 102 177 111 60 0 53 62 177 40 46
Binary 1000010 1111111 1001001 110000 0 101011 110010 1111111 100000 100110

Color Harmonies of #427F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427F49

Black with #427F49

Text Example


Text Example

White with #427F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,127,73); }

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

background-color css

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

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

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

border-color css

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

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

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