#427C4B

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

Shades of Killarney #427C4B

Tints of Killarney #427C4B

Color information

#427C4B (or 0x427C4B) is unknown color: approx Killarney. HEX triplet: 42, 7C and 4B. RGB value is (66,124,75). Sum of RGB (Red+Green+Blue) = 66+124+75=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #427C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C4B is #BD83B4. Grayscale: #656565. Windows color (decimal): -12420021 or 4947010. OLE color: 4947010.

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

Color convert

RGB6612475-
CMYK0.4700.400.51
HSL129.31º30.53%37.25%-
HSV(B)129.31º46.77%48.63%-
XYZ10.7216.089.2-
YUV101.07113.28102.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 124 (48.83% from 255) = 46.79%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=24.91%
G=46.79%
B=28.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66124750.4700.400.51129.3130.5337.25
Hex427C4B2F02833811f25
Octal10217411357050632013745
Binary10000101111100100101110111101010001100111000000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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