#3A750D

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

Shades of Bilbao #3A750D

Tints of Bilbao #3A750D

Color information

#3A750D (or 0x3A750D) is unknown color: approx Bilbao. HEX triplet: 3A, 75 and 0D. RGB value is (58,117,13). Sum of RGB (Red+Green+Blue) = 58+117+13=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #3A750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A750D is #C58AF2. Grayscale: #575757. Windows color (decimal): -12946163 or 881978. OLE color: 881978.

HSL color Cylindrical-coordinate representation of color #3A750D: hue angle of 94.04º 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 #3A750D is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB5811713-
CMYK0.5000.890.54
HSL94.04º80%25.49%-
HSV(B)94.04º88.89%45.88%-
XYZ8.1813.652.58-
YUV87.585.95106.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 117 (46.09% from 255) = 62.23%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=30.85%
G=62.23%
B=6.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58117130.5000.890.5494.048025.49
Hex3A75D32059365e5019
Octal72165156201316613612031
Binary11101011101011101110010010110011101101011110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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