Html Css Color HEX #427648 Killarney

📋 copy color: '#427648'

red 66 ◦ green 118 ◦ blue 72

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

Shades of Killarney #427648

Tints of Killarney #427648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.09%

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

R = 25.78%
G = 46.09%
B = 28.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#427648 (or 0x427648) is known color: Killarney. HEX triplet: 42, 76 and 48. RGB value is (66,118,72). Sum of RGB (Red+Green+Blue) = 66+118+72=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #427648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427648 is #BD89B7. Grayscale: #616161. Windows color (decimal): -12421560 or 4748866. OLE color: 4748866.

HSL color Cylindrical-coordinate representation of color #427648: hue angle of 126.92º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427648 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 72 -
CMYK 0.44 0 0.39 0.54
HSL 126.92º 0.28% 0.36% -
HSV(B) 126.92º 0.44% 0.46% -
XYZ 9.89 14.58 8.42 -
YUV 97.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 66 118 72 0.44 0 0.39 0.54 126.92 0.28 0.36
Hex 42 76 48 2C 0 27 36 7F 1C 24
Octal 102 166 110 54 0 47 66 177 34 44
Binary 1000010 1110110 1001000 101100 0 100111 110110 1111111 11100 100100

Color Harmonies of #427648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427648

Black with #427648

Text Example


Text Example

White with #427648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427648; }

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

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

background-color css

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

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

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

border-color css

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

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

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