#3A7F30

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

Shades of Bilbao #3A7F30

Tints of Bilbao #3A7F30

Color information

#3A7F30 (or 0x3A7F30) is unknown color: approx Bilbao. HEX triplet: 3A, 7F and 30. RGB value is (58,127,48). Sum of RGB (Red+Green+Blue) = 58+127+48=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7F30 is #C580CF. Grayscale: #616161. Windows color (decimal): -12943568 or 3178298. OLE color: 3178298.

HSL color Cylindrical-coordinate representation of color #3A7F30: hue angle of 112.41º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A7F30 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB5812748-
CMYK0.5400.620.50
HSL112.41º45.14%34.31%-
HSV(B)112.41º62.2%49.8%-
XYZ9.8716.295.42-
YUV97.36100.1499.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.89%
GREEN value IS 127 (50% from 255) = 54.51%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=24.89%
G=54.51%
B=20.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58127480.5400.620.50112.4145.1434.31
Hex3A7F303603E32702d22
Octal721776066076621605542
Binary111010111111111000011011001111101100101110000101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,127,48); }

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

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

 a { background-color: rgb(58,127,48); }

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

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

 span { border-color: rgb(58,127,48); }

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