Html Css Color HEX #427246 Killarney

📋 copy color: '#427246'

red 66 ◦ green 114 ◦ blue 70

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

Shades of Killarney #427246

Tints of Killarney #427246

RGB

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

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

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

R = 26.4%
G = 45.6%
B = 28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#427246 (or 0x427246) is known color: Killarney. HEX triplet: 42, 72 and 46. RGB value is (66,114,70). Sum of RGB (Red+Green+Blue) = 66+114+70=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #427246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427246 is #BD8DB9. Grayscale: #5E5E5E. Windows color (decimal): -12422586 or 4616770. OLE color: 4616770.

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

Color convert

RGB 66 114 70 -
CMYK 0.42 0 0.39 0.55
HSL 125º 0.27% 0.35% -
HSV(B) 125º 0.42% 0.45% -
XYZ 9.37 13.64 7.93 -
YUV 94.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 66 114 70 0.42 0 0.39 0.55 125 0.27 0.35
Hex 42 72 46 2A 0 27 37 7D 1B 23
Octal 102 162 106 52 0 47 67 175 33 43
Binary 1000010 1110010 1000110 101010 0 100111 110111 1111101 11011 100011

Color Harmonies of #427246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427246

Black with #427246

Text Example


Text Example

White with #427246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427246; }

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

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

background-color css

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

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

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

border-color css

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

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

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