#3A6D1E

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

Shades of Bilbao #3A6D1E

Tints of Bilbao #3A6D1E

Color information

#3A6D1E (or 0x3A6D1E) is unknown color: approx Bilbao. HEX triplet: 3A, 6D and 1E. RGB value is (58,109,30). Sum of RGB (Red+Green+Blue) = 58+109+30=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 109 (42.97% from 255 or 55.33% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6D1E is #C592E1. Grayscale: #555555. Windows color (decimal): -12948194 or 1994042. OLE color: 1994042.

HSL color Cylindrical-coordinate representation of color #3A6D1E: hue angle of 98.73º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A6D1E is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB5810930-
CMYK0.4700.720.57
HSL98.73º56.83%27.25%-
HSV(B)98.73º72.48%42.75%-
XYZ7.4511.933.14-
YUV84.7497.1108.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 109 (42.97% from 255) = 55.33%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=29.44%
G=55.33%
B=15.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58109300.4700.720.5798.7356.8327.25
Hex3A6D1E2F0483963391b
Octal7215536570110711437133
Binary11101011011011111010111101001000111001110001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,109,30); }

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

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

 a { background-color: rgb(58,109,30); }

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

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

 span { border-color: rgb(58,109,30); }

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