#427E4B

Color #427E4B Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #427E4B

Tints of Killarney #427E4B

Color information

#427E4B (or 0x427E4B) is unknown color: approx Killarney. HEX triplet: 42, 7E and 4B. RGB value is (66,126,75). Sum of RGB (Red+Green+Blue) = 66+126+75=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 126 - color contains mainly: green. Hex color #427E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427E4B is #BD81B4. Grayscale: #666666. Windows color (decimal): -12419509 or 4947522. OLE color: 4947522.

HSL color Cylindrical-coordinate representation of color #427E4B: hue angle of 129º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E4B is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB6612675-
CMYK0.4800.400.51
HSL129º31.25%37.65%-
HSV(B)129º47.62%49.41%-
XYZ10.9816.599.28-
YUV102.25112.62102.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 126 (49.61% from 255) = 47.19%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=24.72%
G=47.19%
B=28.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66126750.4800.400.5112931.2537.65
Hex427E4B3002833811f26
Octal10217611360050632013746
Binary10000101111110100101111000001010001100111000000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427E4B; }

 p { color: rgb(66,126,75); }

 H1.HeaderClassName
 {
   color: #427E4B;
 }
 .AnyTagClassName
 {
   color: #427E4B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #427E4B;
 }
 .BgClassName
 {
   background-color: #427E4B;
 }
</style>
border-color css

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

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

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