Html Css Color HEX #427949 Killarney

📋 copy color: '#427949'

red 66 ◦ green 121 ◦ blue 73

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

Shades of Killarney #427949

Tints of Killarney #427949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.54%

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

R = 25.38%
G = 46.54%
B = 28.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#427949 (or 0x427949) is known color: Killarney. HEX triplet: 42, 79 and 49. RGB value is (66,121,73). Sum of RGB (Red+Green+Blue) = 66+121+73=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #427949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427949 is #BD86B6. Grayscale: #636363. Windows color (decimal): -12420791 or 4815170. OLE color: 4815170.

HSL color Cylindrical-coordinate representation of color #427949: hue angle of 127.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427949 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 121 73 -
CMYK 0.45 0 0.40 0.53
HSL 127.64º 0.29% 0.37% -
HSV(B) 127.64º 0.45% 0.47% -
XYZ 10.29 15.31 8.72 -
YUV 99.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 66 121 73 0.45 0 0.40 0.53 127.64 0.29 0.37
Hex 42 79 49 2D 0 28 35 80 1D 25
Octal 102 171 111 55 0 50 65 200 35 45
Binary 1000010 1111001 1001001 101101 0 101000 110101 10000000 11101 100101

Color Harmonies of #427949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427949

Black with #427949

Text Example


Text Example

White with #427949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427949; }

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

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

background-color css

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

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

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

border-color css

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

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

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