#3A7B1B

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

Shades of Bilbao #3A7B1B

Tints of Bilbao #3A7B1B

Color information

#3A7B1B (or 0x3A7B1B) is unknown color: approx Bilbao. HEX triplet: 3A, 7B and 1B. RGB value is (58,123,27). Sum of RGB (Red+Green+Blue) = 58+123+27=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7B1B is #C584E4. Grayscale: #5C5C5C. Windows color (decimal): -12944613 or 1801018. OLE color: 1801018.

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

Color convert

RGB5812327-
CMYK0.5300.780.52
HSL100.62º64%29.41%-
HSV(B)100.62º78.05%48.24%-
XYZ9.0315.143.48-
YUV92.6290.97103.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 123 (48.44% from 255) = 59.13%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=27.88%
G=59.13%
B=12.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58123270.5300.780.52100.626429.41
Hex3A7B1B3504E3465401d
Octal72173336501166414510035
Binary111010111101111011110101010011101101001100101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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