#3A7B04

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

Shades of Bilbao #3A7B04

Tints of Bilbao #3A7B04

Color information

#3A7B04 (or 0x3A7B04) is unknown color: approx Bilbao. HEX triplet: 3A, 7B and 04. RGB value is (58,123,4). Sum of RGB (Red+Green+Blue) = 58+123+4=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 123 (48.44% from 255 or 66.49% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7B04 is #C584FB. Grayscale: #5A5A5A. Windows color (decimal): -12944636 or 293690. OLE color: 293690.

HSL color Cylindrical-coordinate representation of color #3A7B04: hue angle of 92.77º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A7B04 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB581234-
CMYK0.5300.970.52
HSL92.77º93.7%24.9%-
HSV(B)92.77º96.75%48.24%-
XYZ8.8515.072.56-
YUV9079.47105.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 123 (48.44% from 255) = 66.49%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=31.35%
G=66.49%
B=2.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5812340.5300.970.5292.7793.724.9
Hex3A7B435061345d5e19
Octal7217346501416413513631
Binary1110101111011100110101011000011101001011101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,123,4); }

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

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

 a { background-color: rgb(58,123,4); }

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

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

 span { border-color: rgb(58,123,4); }

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