#427E5F

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

Shades of Como #427E5F

Tints of Como #427E5F

Color information

#427E5F (or 0x427E5F) is unknown color: approx Como. HEX triplet: 42, 7E and 5F. RGB value is (66,126,95). Sum of RGB (Red+Green+Blue) = 66+126+95=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 126 - color contains mainly: green. Hex color #427E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E5F is #BD81A0. Grayscale: #686868. Windows color (decimal): -12419489 or 6258242. OLE color: 6258242.

HSL color Cylindrical-coordinate representation of color #427E5F: hue angle of 149º 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 #427E5F is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB6612695-
CMYK0.4800.250.51
HSL149º31.25%37.65%-
HSV(B)149º47.62%49.41%-
XYZ11.7716.9113.47-
YUV104.53122.62100.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 126 (49.61% from 255) = 43.90%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=23.00%
G=43.90%
B=33.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66126950.4800.250.5114931.2537.65
Hex427E5F3001933951f26
Octal10217613760031632253746
Binary1000010111111010111111100000110011100111001010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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