Html Css Color HEX #427D49 Killarney

📋 copy color: '#427D49'

red 66 ◦ green 125 ◦ blue 73

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

Shades of Killarney #427D49

Tints of Killarney #427D49

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.35%

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

R = 25%
G = 47.35%
B = 27.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#427D49 (or 0x427D49) is known color: Killarney. HEX triplet: 42, 7D and 49. RGB value is (66,125,73). Sum of RGB (Red+Green+Blue) = 66+125+73=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 125 (49.22% from 255 or 47.35% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 125 - color contains mainly: green. Hex color #427D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427D49 is #BD82B6. Grayscale: #656565. Windows color (decimal): -12419767 or 4816194. OLE color: 4816194.

HSL color Cylindrical-coordinate representation of color #427D49: hue angle of 127.12º 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 #427D49 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 125 73 -
CMYK 0.47 0 0.42 0.51
HSL 127.12º 0.31% 0.37% -
HSV(B) 127.12º 0.47% 0.49% -
XYZ 10.78 16.31 8.88 -
YUV 101.43 111.95 102.73 -
System Red Green Blue C M Y K H S L
Decimal 66 125 73 0.47 0 0.42 0.51 127.12 0.31 0.37
Hex 42 7D 49 2F 0 2A 33 7F 1F 25
Octal 102 175 111 57 0 52 63 177 37 45
Binary 1000010 1111101 1001001 101111 0 101010 110011 1111111 11111 100101

Color Harmonies of #427D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427D49

Black with #427D49

Text Example


Text Example

White with #427D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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