#428B4B

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

Shades of Killarney #428B4B

Tints of Killarney #428B4B

Color information

#428B4B (or 0x428B4B) is unknown color: approx Killarney. HEX triplet: 42, 8B and 4B. RGB value is (66,139,75). Sum of RGB (Red+Green+Blue) = 66+139+75=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #428B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B4B is #BD74B4. Grayscale: #6E6E6E. Windows color (decimal): -12416181 or 4950850. OLE color: 4950850.

HSL color Cylindrical-coordinate representation of color #428B4B: hue angle of 127.4º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428B4B is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB6613975-
CMYK0.5300.460.45
HSL127.4º35.61%40.2%-
HSV(B)127.4º52.52%54.51%-
XYZ12.7520.139.87-
YUV109.88108.3296.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 139 (54.69% from 255) = 49.64%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=23.57%
G=49.64%
B=26.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66139750.5300.460.45127.435.6140.2
Hex428B4B3502E2D7f2428
Octal10221311365056551774450
Binary100001010001011100101111010101011101011011111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428B4B; }

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

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

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

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

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

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

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

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