#3C7003

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

Shades of Bilbao #3C7003

Tints of Bilbao #3C7003

Color information

#3C7003 (or 0x3C7003) is unknown color: approx Bilbao. HEX triplet: 3C, 70 and 03. RGB value is (60,112,3). Sum of RGB (Red+Green+Blue) = 60+112+3=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 112 (44.14% from 255 or 64% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7003 is #C38FFC. Grayscale: #545454. Windows color (decimal): -12816381 or 225340. OLE color: 225340.

HSL color Cylindrical-coordinate representation of color #3C7003: hue angle of 88.62º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C7003 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB601123-
CMYK0.4600.970.56
HSL88.62º94.78%22.55%-
HSV(B)88.62º97.32%43.92%-
XYZ7.6712.562.11-
YUV84.0382.27110.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 112 (44.14% from 255) = 64%
BLUE value IS 3 (1.56% from 255) = 1.71%
R=34.29%
G=64%
B=1.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6011230.4600.970.5688.6294.7822.55
Hex3C7032E06138595f17
Octal7416035601417013113727
Binary111100111000011101110011000011110001011001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,112,3); }

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

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

 a { background-color: rgb(60,112,3); }

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

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

 span { border-color: rgb(60,112,3); }

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