#3C711E

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

Shades of Bilbao #3C711E

Tints of Bilbao #3C711E

Color information

#3C711E (or 0x3C711E) is unknown color: approx Bilbao. HEX triplet: 3C, 71 and 1E. RGB value is (60,113,30). Sum of RGB (Red+Green+Blue) = 60+113+30=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #3C711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C711E is #C38EE1. Grayscale: #575757. Windows color (decimal): -12816098 or 1995068. OLE color: 1995068.

HSL color Cylindrical-coordinate representation of color #3C711E: hue angle of 98.31º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C711E is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB6011330-
CMYK0.4700.730.56
HSL98.31º58.04%28.04%-
HSV(B)98.31º73.45%44.31%-
XYZ812.863.29-
YUV87.6995.44108.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.56%
GREEN value IS 113 (44.53% from 255) = 55.67%
BLUE value IS 30 (12.11% from 255) = 14.78%
R=29.56%
G=55.67%
B=14.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60113300.4700.730.5698.3158.0428.04
Hex3C711E2F04938623a1c
Octal7416136570111701427234
Binary11110011100011111010111101001001111000110001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,113,30); }

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

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

 a { background-color: rgb(60,113,30); }

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

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

 span { border-color: rgb(60,113,30); }

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