#3C7A1D

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

Shades of Bilbao #3C7A1D

Tints of Bilbao #3C7A1D

Color information

#3C7A1D (or 0x3C7A1D) is unknown color: approx Bilbao. HEX triplet: 3C, 7A and 1D. RGB value is (60,122,29). Sum of RGB (Red+Green+Blue) = 60+122+29=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 122 (48.05% from 255 or 57.82% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7A1D is #C385E2. Grayscale: #5D5D5D. Windows color (decimal): -12813795 or 1931836. OLE color: 1931836.

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

Color convert

RGB6012229-
CMYK0.5100.760.52
HSL100º61.59%29.61%-
HSV(B)100º76.23%47.84%-
XYZ9.0414.973.57-
YUV92.8691.96104.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.44%
GREEN value IS 122 (48.05% from 255) = 57.82%
BLUE value IS 29 (11.72% from 255) = 13.74%
R=28.44%
G=57.82%
B=13.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60122290.5100.760.5210061.5929.61
Hex3C7A1D3304C34643e1e
Octal7417235630114641447636
Binary11110011110101110111001101001100110100110010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,122,29); }

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

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

 a { background-color: rgb(60,122,29); }

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

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

 span { border-color: rgb(60,122,29); }

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