Html Css Color HEX #427341 Killarney

📋 copy color: '#427341'

red 66 ◦ green 115 ◦ blue 65

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

Shades of Killarney #427341

Tints of Killarney #427341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.75%

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

R = 26.83%
G = 46.75%
B = 26.42%

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

#427341 (or 0x427341) is known color: Killarney. HEX triplet: 42, 73 and 41. RGB value is (66,115,65). Sum of RGB (Red+Green+Blue) = 66+115+65=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #427341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427341 is #BD8CBE. Grayscale: #5E5E5E. Windows color (decimal): -12422335 or 4289346. OLE color: 4289346.

HSL color Cylindrical-coordinate representation of color #427341: hue angle of 118.8º degrees, saturation: 0.28, 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 #427341 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 115 65 -
CMYK 0.43 0 0.43 0.55
HSL 118.8º 0.28% 0.35% -
HSV(B) 118.8º 0.43% 0.45% -
XYZ 9.33 13.8 7.17 -
YUV 94.65 111.27 107.57 -
System Red Green Blue C M Y K H S L
Decimal 66 115 65 0.43 0 0.43 0.55 118.8 0.28 0.35
Hex 42 73 41 2B 0 2B 37 77 1C 23
Octal 102 163 101 53 0 53 67 167 34 43
Binary 1000010 1110011 1000001 101011 0 101011 110111 1110111 11100 100011

Color Harmonies of #427341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427341

Black with #427341

Text Example


Text Example

White with #427341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427341; }

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

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

background-color css

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

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

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

border-color css

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

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

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