#427A36

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

Shades of Bilbao #427A36

Tints of Bilbao #427A36

Color information

#427A36 (or 0x427A36) is unknown color: approx Bilbao. HEX triplet: 42, 7A and 36. RGB value is (66,122,54). Sum of RGB (Red+Green+Blue) = 66+122+54=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #427A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427A36 is #BD85C9. Grayscale: #616161. Windows color (decimal): -12420554 or 3570242. OLE color: 3570242.

HSL color Cylindrical-coordinate representation of color #427A36: hue angle of 109.41º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #427A36 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.52.

Color convert

RGB6612254-
CMYK0.4600.560.52
HSL109.41º38.64%34.51%-
HSV(B)109.41º55.74%47.84%-
XYZ9.8715.345.93-
YUV97.5103.45105.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 122 (48.05% from 255) = 50.41%
BLUE value IS 54 (21.48% from 255) = 22.31%
R=27.27%
G=50.41%
B=22.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66122540.4600.560.52109.4138.6434.51
Hex427A362E038346d2723
Octal1021726656070641554743
Binary1000010111101011011010111001110001101001101101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,122,54); }

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

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

 a { background-color: rgb(66,122,54); }

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

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

 span { border-color: rgb(66,122,54); }

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