#3A7C17

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

Shades of Bilbao #3A7C17

Tints of Bilbao #3A7C17

Color information

#3A7C17 (or 0x3A7C17) is unknown color: approx Bilbao. HEX triplet: 3A, 7C and 17. RGB value is (58,124,23). Sum of RGB (Red+Green+Blue) = 58+124+23=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7C17 is #C583E8. Grayscale: #5D5D5D. Windows color (decimal): -12944361 or 1539130. OLE color: 1539130.

HSL color Cylindrical-coordinate representation of color #3A7C17: hue angle of 99.21º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A7C17 is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB5812423-
CMYK0.5300.810.51
HSL99.21º68.71%28.82%-
HSV(B)99.21º81.45%48.63%-
XYZ9.1115.383.3-
YUV92.7588.63103.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 124 (48.83% from 255) = 60.49%
BLUE value IS 23 (9.38% from 255) = 11.22%
R=28.29%
G=60.49%
B=11.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124230.5300.810.5199.2168.7128.82
Hex3A7C17350513363451d
Octal72174276501216314310535
Binary111010111110010111110101010100011100111100011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,124,23); }

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

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

 a { background-color: rgb(58,124,23); }

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

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

 span { border-color: rgb(58,124,23); }

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