#427C35

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

Shades of Bilbao #427C35

Tints of Bilbao #427C35

Color information

#427C35 (or 0x427C35) is unknown color: approx Bilbao. HEX triplet: 42, 7C and 35. RGB value is (66,124,53). Sum of RGB (Red+Green+Blue) = 66+124+53=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #427C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C35 is #BD83CA. Grayscale: #626262. Windows color (decimal): -12420043 or 3505218. OLE color: 3505218.

HSL color Cylindrical-coordinate representation of color #427C35: hue angle of 109.01º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #427C35 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB6612453-
CMYK0.4700.570.51
HSL109.01º40.11%34.71%-
HSV(B)109.01º57.26%48.63%-
XYZ10.115.835.89-
YUV98.56102.28104.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 124 (48.83% from 255) = 51.03%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=27.16%
G=51.03%
B=21.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66124530.4700.570.51109.0140.1134.71
Hex427C352F039336d2823
Octal1021746557071631555043
Binary1000010111110011010110111101110011100111101101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,124,53); }

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

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

 a { background-color: rgb(66,124,53); }

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

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

 span { border-color: rgb(66,124,53); }

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