#3C7201

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

Shades of Bilbao #3C7201

Tints of Bilbao #3C7201

Color information

#3C7201 (or 0x3C7201) is unknown color: approx Bilbao. HEX triplet: 3C, 72 and 01. RGB value is (60,114,1). Sum of RGB (Red+Green+Blue) = 60+114+1=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 114 (44.92% from 255 or 65.14% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7201 is #C38DFE. Grayscale: #555555. Windows color (decimal): -12815871 or 94780. OLE color: 94780.

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

Color convert

RGB601141-
CMYK0.4700.990.55
HSL88.67º98.26%22.55%-
HSV(B)88.67º99.12%44.71%-
XYZ7.89132.12-
YUV84.9780.61110.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 114 (44.92% from 255) = 65.14%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=34.29%
G=65.14%
B=0.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6011410.4700.990.5588.6798.2622.55
Hex3C7212F06337596217
Octal7416215701436713114227
Binary11110011100101101111011000111101111011001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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