#3A6F25

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

Shades of Bilbao #3A6F25

Tints of Bilbao #3A6F25

Color information

#3A6F25 (or 0x3A6F25) is unknown color: approx Bilbao. HEX triplet: 3A, 6F and 25. RGB value is (58,111,37). Sum of RGB (Red+Green+Blue) = 58+111+37=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6F25 is #C590DA. Grayscale: #565656. Windows color (decimal): -12947675 or 2453306. OLE color: 2453306.

HSL color Cylindrical-coordinate representation of color #3A6F25: hue angle of 102.97º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A6F25 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB5811137-
CMYK0.4800.670.56
HSL102.97º50%29.02%-
HSV(B)102.97º66.67%43.53%-
XYZ7.7612.43.73-
YUV86.7299.94107.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 111 (43.75% from 255) = 53.88%
BLUE value IS 37 (14.84% from 255) = 17.96%
R=28.16%
G=53.88%
B=17.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58111370.4800.670.56102.975029.02
Hex3A6F25300433867321d
Octal7215745600103701476235
Binary111010110111110010111000001000011111000110011111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,111,37); }

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

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

 a { background-color: rgb(58,111,37); }

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

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

 span { border-color: rgb(58,111,37); }

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