Html Css Color HEX #427048 Killarney

📋 copy color: '#427048'

red 66 ◦ green 112 ◦ blue 72

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

Shades of Killarney #427048

Tints of Killarney #427048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.8%

R = 26.4%
G = 44.8%
B = 28.8%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#427048 (or 0x427048) is known color: Killarney. HEX triplet: 42, 70 and 48. RGB value is (66,112,72). Sum of RGB (Red+Green+Blue) = 66+112+72=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #427048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427048 is #BD8FB7. Grayscale: #5D5D5D. Windows color (decimal): -12423096 or 4747330. OLE color: 4747330.

HSL color Cylindrical-coordinate representation of color #427048: hue angle of 127.83º 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 #427048 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 72 -
CMYK 0.41 0 0.36 0.56
HSL 127.83º 0.26% 0.35% -
HSV(B) 127.83º 0.41% 0.44% -
XYZ 9.21 13.21 8.2 -
YUV 93.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 66 112 72 0.41 0 0.36 0.56 127.83 0.26 0.35
Hex 42 70 48 29 0 24 38 80 1A 23
Octal 102 160 110 51 0 44 70 200 32 43
Binary 1000010 1110000 1001000 101001 0 100100 111000 10000000 11010 100011

Color Harmonies of #427048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427048

Black with #427048

Text Example


Text Example

White with #427048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427048; }

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

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

background-color css

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

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

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

border-color css

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

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

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