Html Css Color HEX #427047 Killarney

📋 copy color: '#427047'

red 66 ◦ green 112 ◦ blue 71

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

Shades of Killarney #427047

Tints of Killarney #427047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

 BLUE value IS 71 (28.13% from 255) = 28.51%

R = 26.51%
G = 44.98%
B = 28.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#427047 (or 0x427047) is known color: Killarney. HEX triplet: 42, 70 and 47. RGB value is (66,112,71). Sum of RGB (Red+Green+Blue) = 66+112+71=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #427047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427047 is #BD8FB8. Grayscale: #5D5D5D. Windows color (decimal): -12423097 or 4681794. OLE color: 4681794.

HSL color Cylindrical-coordinate representation of color #427047: hue angle of 126.52º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #427047 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 71 -
CMYK 0.41 0 0.37 0.56
HSL 126.52º 0.26% 0.35% -
HSV(B) 126.52º 0.41% 0.44% -
XYZ 9.18 13.2 8.03 -
YUV 93.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 66 112 71 0.41 0 0.37 0.56 126.52 0.26 0.35
Hex 42 70 47 29 0 25 38 7F 1A 23
Octal 102 160 107 51 0 45 70 177 32 43
Binary 1000010 1110000 1000111 101001 0 100101 111000 1111111 11010 100011

Color Harmonies of #427047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427047

Black with #427047

Text Example


Text Example

White with #427047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427047; }

 p { color: rgb(66,112,71); }

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

background-color css

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

 a { background-color: rgb(66,112,71); }

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

border-color css

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

 span { border-color: rgb(66,112,71); }

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