#3C850C

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

Shades of Bilbao #3C850C

Tints of Bilbao #3C850C

Color information

#3C850C (or 0x3C850C) is unknown color: approx Bilbao. HEX triplet: 3C, 85 and 0C. RGB value is (60,133,12). Sum of RGB (Red+Green+Blue) = 60+133+12=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #3C850C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C850C is #C37AF3. Grayscale: #616161. Windows color (decimal): -12810996 or 820540. OLE color: 820540.

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

Color convert

RGB6013312-
CMYK0.5500.910.48
HSL96.2º83.45%28.43%-
HSV(B)96.2º90.98%52.16%-
XYZ10.3217.763.23-
YUV97.3879.82101.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 133 (52.34% from 255) = 64.88%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=29.27%
G=64.88%
B=5.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60133120.5500.910.4896.283.4528.43
Hex3C85C3705B3060531c
Octal74205146701336014012334
Binary111100100001011100110111010110111100001100000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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