#3C750D

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

Shades of Bilbao #3C750D

Tints of Bilbao #3C750D

Color information

#3C750D (or 0x3C750D) is unknown color: approx Bilbao. HEX triplet: 3C, 75 and 0D. RGB value is (60,117,13). Sum of RGB (Red+Green+Blue) = 60+117+13=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #3C750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C750D is #C38AF2. Grayscale: #585858. Windows color (decimal): -12815091 or 881980. OLE color: 881980.

HSL color Cylindrical-coordinate representation of color #3C750D: hue angle of 92.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C750D is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB6011713-
CMYK0.4900.890.54
HSL92.88º80%25.49%-
HSV(B)92.88º88.89%45.88%-
XYZ8.313.712.59-
YUV88.185.62107.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.58%
GREEN value IS 117 (46.09% from 255) = 61.58%
BLUE value IS 13 (5.47% from 255) = 6.84%
R=31.58%
G=61.58%
B=6.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60117130.4900.890.5492.888025.49
Hex3C75D31059365d5019
Octal74165156101316613512031
Binary11110011101011101110001010110011101101011101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,117,13); }

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

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

 a { background-color: rgb(60,117,13); }

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

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

 span { border-color: rgb(60,117,13); }

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