Html Css Color HEX #427346 Killarney

📋 copy color: '#427346'

red 66 ◦ green 115 ◦ blue 70

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

Shades of Killarney #427346

Tints of Killarney #427346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 26.29%
G = 45.82%
B = 27.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#427346 (or 0x427346) is known color: Killarney. HEX triplet: 42, 73 and 46. RGB value is (66,115,70). Sum of RGB (Red+Green+Blue) = 66+115+70=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #427346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427346 is #BD8CB9. Grayscale: #5F5F5F. Windows color (decimal): -12422330 or 4617026. OLE color: 4617026.

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

Color convert

RGB 66 115 70 -
CMYK 0.43 0 0.39 0.55
HSL 124.9º 0.27% 0.35% -
HSV(B) 124.9º 0.43% 0.45% -
XYZ 9.48 13.86 7.97 -
YUV 95.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 66 115 70 0.43 0 0.39 0.55 124.9 0.27 0.35
Hex 42 73 46 2B 0 27 37 7D 1B 23
Octal 102 163 106 53 0 47 67 175 33 43
Binary 1000010 1110011 1000110 101011 0 100111 110111 1111101 11011 100011

Color Harmonies of #427346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427346

Black with #427346

Text Example


Text Example

White with #427346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427346; }

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

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

background-color css

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

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

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

border-color css

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

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

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