#3C7C1B

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

Shades of Bilbao #3C7C1B

Tints of Bilbao #3C7C1B

Color information

#3C7C1B (or 0x3C7C1B) is unknown color: approx Bilbao. HEX triplet: 3C, 7C and 1B. RGB value is (60,124,27). Sum of RGB (Red+Green+Blue) = 60+124+27=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #3C7C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7C1B is #C383E4. Grayscale: #5E5E5E. Windows color (decimal): -12813285 or 1801276. OLE color: 1801276.

HSL color Cylindrical-coordinate representation of color #3C7C1B: hue angle of 99.59º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C7C1B is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB6012427-
CMYK0.5200.780.51
HSL99.59º64.24%29.61%-
HSV(B)99.59º78.23%48.63%-
XYZ9.2715.463.53-
YUV93.8190.3103.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.44%
GREEN value IS 124 (48.83% from 255) = 58.77%
BLUE value IS 27 (10.94% from 255) = 12.80%
R=28.44%
G=58.77%
B=12.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60124270.5200.780.5199.5964.2429.61
Hex3C7C1B3404E3364401e
Octal74174336401166314410036
Binary111100111110011011110100010011101100111100100100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,124,27); }

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

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

 a { background-color: rgb(60,124,27); }

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

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

 span { border-color: rgb(60,124,27); }

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