#3C701F

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

Shades of Bilbao #3C701F

Tints of Bilbao #3C701F

Color information

#3C701F (or 0x3C701F) is unknown color: approx Bilbao. HEX triplet: 3C, 70 and 1F. RGB value is (60,112,31). Sum of RGB (Red+Green+Blue) = 60+112+31=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #3C701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C701F is #C38FE0. Grayscale: #575757. Windows color (decimal): -12816353 or 2060348. OLE color: 2060348.

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

Color convert

RGB6011231-
CMYK0.4600.720.56
HSL98.52º56.64%28.04%-
HSV(B)98.52º72.32%43.92%-
XYZ7.912.653.32-
YUV87.2296.27108.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.56%
GREEN value IS 112 (44.14% from 255) = 55.17%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=29.56%
G=55.17%
B=15.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60112310.4600.720.5698.5256.6428.04
Hex3C701F2E0483863391c
Octal7416037560110701437134
Binary11110011100001111110111001001000111000110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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