#3C850F

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

Shades of Bilbao #3C850F

Tints of Bilbao #3C850F

Color information

#3C850F (or 0x3C850F) is unknown color: approx Bilbao. HEX triplet: 3C, 85 and 0F. RGB value is (60,133,15). Sum of RGB (Red+Green+Blue) = 60+133+15=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #3C850F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C850F is #C37AF0. Grayscale: #626262. Windows color (decimal): -12810993 or 1017148. OLE color: 1017148.

HSL color Cylindrical-coordinate representation of color #3C850F: hue angle of 97.12º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C850F is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB6013315-
CMYK0.5500.890.48
HSL97.12º79.73%29.02%-
HSV(B)97.12º88.72%52.16%-
XYZ10.3417.773.34-
YUV97.7281.32101.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.85%
GREEN value IS 133 (52.34% from 255) = 63.94%
BLUE value IS 15 (6.25% from 255) = 7.21%
R=28.85%
G=63.94%
B=7.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60133150.5500.890.4897.1279.7329.02
Hex3C85F370593061501d
Octal74205176701316014112035
Binary111100100001011111110111010110011100001100001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C850F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,133,15); }

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

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

 a { background-color: rgb(60,133,15); }

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

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

 span { border-color: rgb(60,133,15); }

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