#3C721F

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

Shades of Bilbao #3C721F

Tints of Bilbao #3C721F

Color information

#3C721F (or 0x3C721F) is unknown color: approx Bilbao. HEX triplet: 3C, 72 and 1F. RGB value is (60,114,31). Sum of RGB (Red+Green+Blue) = 60+114+31=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #3C721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C721F is #C38DE0. Grayscale: #585858. Windows color (decimal): -12815841 or 2060860. OLE color: 2060860.

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

Color convert

RGB6011431-
CMYK0.4700.730.55
HSL99.04º57.24%28.43%-
HSV(B)99.04º72.81%44.71%-
XYZ8.1313.093.4-
YUV88.3995.61107.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 114 (44.92% from 255) = 55.61%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=29.27%
G=55.61%
B=15.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60114310.4700.730.5599.0457.2428.43
Hex3C721F2F0493763391c
Octal7416237570111671437134
Binary11110011100101111110111101001001110111110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,114,31); }

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

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

 a { background-color: rgb(60,114,31); }

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

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

 span { border-color: rgb(60,114,31); }

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