#3A7627

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

Shades of Bilbao #3A7627

Tints of Bilbao #3A7627

Color information

#3A7627 (or 0x3A7627) is unknown color: approx Bilbao. HEX triplet: 3A, 76 and 27. RGB value is (58,118,39). Sum of RGB (Red+Green+Blue) = 58+118+39=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7627 is #C589D8. Grayscale: #5B5B5B. Windows color (decimal): -12945881 or 2586170. OLE color: 2586170.

HSL color Cylindrical-coordinate representation of color #3A7627: hue angle of 105.57º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A7627 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB5811839-
CMYK0.5100.670.54
HSL105.57º50.32%30.78%-
HSV(B)105.57º66.95%46.27%-
XYZ8.59144.17-
YUV91.0598.62104.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.98%
GREEN value IS 118 (46.48% from 255) = 54.88%
BLUE value IS 39 (15.62% from 255) = 18.14%
R=26.98%
G=54.88%
B=18.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58118390.5100.670.54105.5750.3230.78
Hex3A762733043366a321f
Octal7216647630103661526237
Binary111010111011010011111001101000011110110110101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,118,39); }

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

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

 a { background-color: rgb(58,118,39); }

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

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

 span { border-color: rgb(58,118,39); }

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