#426A4B

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

Shades of Killarney #426A4B

Tints of Killarney #426A4B

Color information

#426A4B (or 0x426A4B) is unknown color: approx Killarney. HEX triplet: 42, 6A and 4B. RGB value is (66,106,75). Sum of RGB (Red+Green+Blue) = 66+106+75=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 106 - color contains mainly: green. Hex color #426A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A4B is #BD95B4. Grayscale: #5A5A5A. Windows color (decimal): -12424629 or 4942402. OLE color: 4942402.

HSL color Cylindrical-coordinate representation of color #426A4B: hue angle of 133.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426A4B is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB6610675-
CMYK0.3800.290.58
HSL133.5º23.26%33.73%-
HSV(B)133.5º37.74%41.57%-
XYZ8.6711.978.51-
YUV90.51119.25110.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 106 (41.80% from 255) = 42.91%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=26.72%
G=42.91%
B=30.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66106750.3800.290.58133.523.2633.73
Hex426A4B2601D3A861722
Octal10215211346035722062742
Binary1000010110101010010111001100111011110101000011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426A4B; }

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

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

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

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

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

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

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

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