#427E33

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

Shades of Bilbao #427E33

Tints of Bilbao #427E33

Color information

#427E33 (or 0x427E33) is unknown color: approx Bilbao. HEX triplet: 42, 7E and 33. RGB value is (66,126,51). Sum of RGB (Red+Green+Blue) = 66+126+51=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 126 (49.61% from 255 or 51.85% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 126 - color contains mainly: green. Hex color #427E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427E33 is #BD81CC. Grayscale: #636363. Windows color (decimal): -12419533 or 3374658. OLE color: 3374658.

HSL color Cylindrical-coordinate representation of color #427E33: hue angle of 108º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #427E33 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB6612651-
CMYK0.4800.600.51
HSL108º42.37%34.71%-
HSV(B)108º59.52%49.41%-
XYZ10.3116.325.74-
YUV99.51100.62104.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 126 (49.61% from 255) = 51.85%
BLUE value IS 51 (20.31% from 255) = 20.99%
R=27.16%
G=51.85%
B=20.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66126510.4800.600.5110842.3734.71
Hex427E333003C336c2a23
Octal1021766360074631545243
Binary1000010111111011001111000001111001100111101100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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