Html Css Color HEX #427241 Killarney

📋 copy color: '#427241'

red 66 ◦ green 114 ◦ blue 65

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

Shades of Killarney #427241

Tints of Killarney #427241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.53%

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 26.94%
G = 46.53%
B = 26.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#427241 (or 0x427241) is known color: Killarney. HEX triplet: 42, 72 and 41. RGB value is (66,114,65). Sum of RGB (Red+Green+Blue) = 66+114+65=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #427241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427241 is #BD8DBE. Grayscale: #5E5E5E. Windows color (decimal): -12422591 or 4289090. OLE color: 4289090.

HSL color Cylindrical-coordinate representation of color #427241: hue angle of 118.78º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427241 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 65 -
CMYK 0.42 0 0.43 0.55
HSL 118.78º 0.27% 0.35% -
HSV(B) 118.78º 0.43% 0.45% -
XYZ 9.22 13.57 7.14 -
YUV 94.06 111.6 107.98 -
System Red Green Blue C M Y K H S L
Decimal 66 114 65 0.42 0 0.43 0.55 118.78 0.27 0.35
Hex 42 72 41 2A 0 2B 37 77 1B 23
Octal 102 162 101 52 0 53 67 167 33 43
Binary 1000010 1110010 1000001 101010 0 101011 110111 1110111 11011 100011

Color Harmonies of #427241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427241

Black with #427241

Text Example


Text Example

White with #427241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427241; }

 p { color: rgb(66,114,65); }

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

background-color css

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

 a { background-color: rgb(66,114,65); }

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

border-color css

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

 span { border-color: rgb(66,114,65); }

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