#3C730E

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

Shades of Bilbao #3C730E

Tints of Bilbao #3C730E

Color information

#3C730E (or 0x3C730E) is unknown color: approx Bilbao. HEX triplet: 3C, 73 and 0E. RGB value is (60,115,14). Sum of RGB (Red+Green+Blue) = 60+115+14=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #3C730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C730E is #C38CF1. Grayscale: #575757. Windows color (decimal): -12815602 or 947004. OLE color: 947004.

HSL color Cylindrical-coordinate representation of color #3C730E: hue angle of 92.67º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C730E is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB6011514-
CMYK0.4800.880.55
HSL92.67º78.29%25.29%-
HSV(B)92.67º87.83%45.1%-
XYZ8.0713.252.55-
YUV87.0486.78108.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 115 (45.31% from 255) = 60.85%
BLUE value IS 14 (5.86% from 255) = 7.41%
R=31.75%
G=60.85%
B=7.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115140.4800.880.5592.6778.2925.29
Hex3C73E30058375d4e19
Octal74163166001306713511631
Binary11110011100111110110000010110001101111011101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,115,14); }

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

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

 a { background-color: rgb(60,115,14); }

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

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

 span { border-color: rgb(60,115,14); }

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