#427427

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

Shades of Bilbao #427427

Tints of Bilbao #427427

Color information

#427427 (or 0x427427) is unknown color: approx Bilbao. HEX triplet: 42, 74 and 27. RGB value is (66,116,39). Sum of RGB (Red+Green+Blue) = 66+116+39=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #427427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427427 is #BD8BD8. Grayscale: #5C5C5C. Windows color (decimal): -12422105 or 2585666. OLE color: 2585666.

HSL color Cylindrical-coordinate representation of color #427427: hue angle of 98.96º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #427427 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB6611639-
CMYK0.4300.660.55
HSL98.96º49.68%30.39%-
HSV(B)98.96º66.38%45.49%-
XYZ8.8613.84.12-
YUV92.2797.94109.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 116 (45.70% from 255) = 52.49%
BLUE value IS 39 (15.62% from 255) = 17.65%
R=29.86%
G=52.49%
B=17.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66116390.4300.660.5598.9649.6830.39
Hex4274272B0423763321e
Octal10216447530102671436236
Binary1000010111010010011110101101000010110111110001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427427; }

 p { color: rgb(66,116,39); }

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

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

 a { background-color: rgb(66,116,39); }

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

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

 span { border-color: rgb(66,116,39); }

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