#3C7223

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

Shades of Bilbao #3C7223

Tints of Bilbao #3C7223

Color information

#3C7223 (or 0x3C7223) is unknown color: approx Bilbao. HEX triplet: 3C, 72 and 23. RGB value is (60,114,35). Sum of RGB (Red+Green+Blue) = 60+114+35=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7223 is #C38DDC. Grayscale: #595959. Windows color (decimal): -12815837 or 2323004. OLE color: 2323004.

HSL color Cylindrical-coordinate representation of color #3C7223: hue angle of 101.01º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C7223 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB6011435-
CMYK0.4700.690.55
HSL101.01º53.02%29.22%-
HSV(B)101.01º69.3%44.71%-
XYZ8.1813.123.69-
YUV88.8597.61107.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.71%
GREEN value IS 114 (44.92% from 255) = 54.55%
BLUE value IS 35 (14.06% from 255) = 16.75%
R=28.71%
G=54.55%
B=16.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60114350.4700.690.55101.0153.0229.22
Hex3C72232F0453765351d
Octal7416243570105671456535
Binary111100111001010001110111101000101110111110010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C7223; }

 p { color: rgb(60,114,35); }

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

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

 a { background-color: rgb(60,114,35); }

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

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

 span { border-color: rgb(60,114,35); }

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