Html Css Color HEX #427442 Killarney

📋 copy color: '#427442'

red 66 ◦ green 116 ◦ blue 66

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

Shades of Killarney #427442

Tints of Killarney #427442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.77%

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 26.61%
G = 46.77%
B = 26.61%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#427442 (or 0x427442) is known color: Killarney. HEX triplet: 42, 74 and 42. RGB value is (66,116,66). Sum of RGB (Red+Green+Blue) = 66+116+66=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #427442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427442 is #BD8BBD. Grayscale: #5F5F5F. Windows color (decimal): -12422078 or 4355138. OLE color: 4355138.

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

Color convert

RGB 66 116 66 -
CMYK 0.43 0 0.43 0.55
HSL 120º 0.27% 0.36% -
HSV(B) 120º 0.43% 0.45% -
XYZ 9.48 14.04 7.37 -
YUV 95.35 111.44 107.07 -
System Red Green Blue C M Y K H S L
Decimal 66 116 66 0.43 0 0.43 0.55 120 0.27 0.36
Hex 42 74 42 2B 0 2B 37 78 1B 24
Octal 102 164 102 53 0 53 67 170 33 44
Binary 1000010 1110100 1000010 101011 0 101011 110111 1111000 11011 100100

Color Harmonies of #427442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427442

Black with #427442

Text Example


Text Example

White with #427442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427442; }

 p { color: rgb(66,116,66); }

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

background-color css

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

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

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

border-color css

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

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

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