#3C7F02

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

Shades of Bilbao #3C7F02

Tints of Bilbao #3C7F02

Color information

#3C7F02 (or 0x3C7F02) is unknown color: approx Bilbao. HEX triplet: 3C, 7F and 02. RGB value is (60,127,2). Sum of RGB (Red+Green+Blue) = 60+127+2=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 127 (50% from 255 or 67.20% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7F02 is #C380FD. Grayscale: #5D5D5D. Windows color (decimal): -12812542 or 163644. OLE color: 163644.

HSL color Cylindrical-coordinate representation of color #3C7F02: hue angle of 92.16º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C7F02 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB601272-
CMYK0.5300.980.50
HSL92.16º96.9%25.29%-
HSV(B)92.16º98.43%49.8%-
XYZ9.4616.142.67-
YUV92.7276.8104.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 127 (50% from 255) = 67.20%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=31.75%
G=67.20%
B=1.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6012720.5300.980.5092.1696.925.29
Hex3C7F235062325c6119
Octal7417726501426213414131
Binary111100111111110110101011000101100101011100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,127,2); }

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

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

 a { background-color: rgb(60,127,2); }

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

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

 span { border-color: rgb(60,127,2); }

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