#427B36

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

Shades of Bilbao #427B36

Tints of Bilbao #427B36

Color information

#427B36 (or 0x427B36) is unknown color: approx Bilbao. HEX triplet: 42, 7B and 36. RGB value is (66,123,54). Sum of RGB (Red+Green+Blue) = 66+123+54=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #427B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427B36 is #BD84C9. Grayscale: #626262. Windows color (decimal): -12420298 or 3570498. OLE color: 3570498.

HSL color Cylindrical-coordinate representation of color #427B36: hue angle of 109.57º 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 #427B36 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.52.

Color convert

RGB6612354-
CMYK0.4600.560.52
HSL109.57º38.98%34.71%-
HSV(B)109.57º56.1%48.24%-
XYZ1015.595.97-
YUV98.09103.12105.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 123 (48.44% from 255) = 50.62%
BLUE value IS 54 (21.48% from 255) = 22.22%
R=27.16%
G=50.62%
B=22.22%

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
Decimal66123540.4600.560.52109.5738.9834.71
Hex427B362E038346e2723
Octal1021736656070641564743
Binary1000010111101111011010111001110001101001101110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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