Html Css Color HEX #427650 Killarney

📋 copy color: '#427650'

red 66 ◦ green 118 ◦ blue 80

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

Shades of Killarney #427650

Tints of Killarney #427650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.3%

R = 25%
G = 44.7%
B = 30.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#427650 (or 0x427650) is known color: Killarney. HEX triplet: 42, 76 and 50. RGB value is (66,118,80). Sum of RGB (Red+Green+Blue) = 66+118+80=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #427650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427650 is #BD89AF. Grayscale: #626262. Windows color (decimal): -12421552 or 5273154. OLE color: 5273154.

HSL color Cylindrical-coordinate representation of color #427650: hue angle of 136.15º 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 #427650 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 80 -
CMYK 0.44 0 0.32 0.54
HSL 136.15º 0.28% 0.36% -
HSV(B) 136.15º 0.44% 0.46% -
XYZ 10.17 14.69 9.89 -
YUV 98.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 66 118 80 0.44 0 0.32 0.54 136.15 0.28 0.36
Hex 42 76 50 2C 0 20 36 88 1C 24
Octal 102 166 120 54 0 40 66 210 34 44
Binary 1000010 1110110 1010000 101100 0 100000 110110 10001000 11100 100100

Color Harmonies of #427650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427650

Black with #427650

Text Example


Text Example

White with #427650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427650; }

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

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

background-color css

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

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

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

border-color css

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

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

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