#3C752B

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

Shades of Bilbao #3C752B

Tints of Bilbao #3C752B

Color information

#3C752B (or 0x3C752B) is unknown color: approx Bilbao. HEX triplet: 3C, 75 and 2B. RGB value is (60,117,43). Sum of RGB (Red+Green+Blue) = 60+117+43=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #3C752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C752B is #C38AD4. Grayscale: #5B5B5B. Windows color (decimal): -12815061 or 2848060. OLE color: 2848060.

HSL color Cylindrical-coordinate representation of color #3C752B: hue angle of 106.22º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C752B is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB6011743-
CMYK0.4900.630.54
HSL106.22º46.25%31.37%-
HSV(B)106.22º63.25%45.88%-
XYZ8.6613.864.5-
YUV91.52100.62105.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.27%
GREEN value IS 117 (46.09% from 255) = 53.18%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=27.27%
G=53.18%
B=19.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60117430.4900.630.54106.2246.2531.37
Hex3C752B3103F366a2e1f
Octal741655361077661525637
Binary11110011101011010111100010111111110110110101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,117,43); }

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

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

 a { background-color: rgb(60,117,43); }

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

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

 span { border-color: rgb(60,117,43); }

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